Fix #101 ElementDefinition.id typing is incorrect also on R4B package - #143
Fix #101 ElementDefinition.id typing is incorrect also on R4B package#143kupsum wants to merge 1 commit into
Conversation
|
Hi @kupsum You can see that an extension 'https://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-fhir-type.html' is used, which clearly indicates that value type should be FHIR primitive type ´id´. But still you can confirm me about the correct type, I am happy to accept this PR. Happy coding! NB: it is possible ask relevant question here https://chat.fhir.org |
|
Hi @nazruworld! I'm referencing this document about Element in this PR which states Element.idDefinition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. Also, the R5 codebase already has this |
The reference you mentioned, is for R5. |
|
Here is link to R4B. The Element.Id is also |
This add fix in #101 also R4B package.