Skip to content

Commit

Permalink
[PRMP-1287] small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Jan 3, 2025
1 parent f69c670 commit cfe6c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambdas/enums/fhir/fhir_issue_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class FhirIssueCoding(Enum):
INVALID = ("Invalid", "Invalid")
INVALID = ("invalid", "Invalid")
FORBIDDEN = ("forbidden", "Forbidden")
NOT_FOUND = ("not-found", "Not Found")
EXCEPTION = ("exception", "Exception")
Expand Down
2 changes: 1 addition & 1 deletion lambdas/models/fhir/R4/nrl_fhir_document_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NRLFormatCode(Coding):

class Attachment(BaseModel):
contentType: str = "application/pdf"
language: str = "en-UK"
language: str = "en-GB"
url: Optional[str] = None
size: Optional[int] = None
hash: Optional[str] = None
Expand Down

0 comments on commit cfe6c2b

Please sign in to comment.