Skip to content

Commit

Permalink
Merge pull request #160 from cybernop/fix/element-id
Browse files Browse the repository at this point in the history
switch the type of Element.id from id to string for R4B
  • Loading branch information
nazrulworld authored Oct 24, 2024
2 parents e7ff7e3 + a309dff commit cb5b4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhir/resources/R4B/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Element(fhirabstractmodel.FHIRAbstractModel):
},
)

id: fhirtypes.IdType | None = Field( # type: ignore
id: fhirtypes.StringType | None = Field( # type: ignore
None,
alias="id",
title="Unique id for inter-element referencing",
Expand Down

0 comments on commit cb5b4c8

Please sign in to comment.