-
Notifications
You must be signed in to change notification settings - Fork 27
Home
dtr-agency edited this page Jun 30, 2021
·
32 revisions
Tips and Tricks
- Manual XML: slice by type on non-repeating element need to add cardinality for IG build
- Manual XML: Forge sometimes drops cardinality of extensions (0..*) so need to manually add
- All resources to be in namespace http://terminology.hl7.org.au/
- Code systems in http://terminology.hl7.org.au/CodeSystem/
- Value sets in http://terminology.hl7.org.au/ValueSet/
- An value set defined as basically the implicit code system should share same name, id, title, and only be differentiated by the namespace in the url.
_Example core code system: ActCode http://terminology.hl7.org/CodeSystem/v3-ActCode _ Example core value set that is extended: ActEncounterCode http://terminology.hl7.org/ValueSet/v3-ActEncounterCode
The AU code system that defines the AU local codes to:
- convention for id: "au-" e.g. au-v3-ActCode
- convention for url: "//" e.g. http://terminology.hl7.org.au/CodeSystem/v3-ActCode
- convention for name: "AU" e.g. ActCodeAU
- convention for title: " AU" e.g. ActCode AU
- convention for description: ""
- Local AU concepts to be defined in same convention as code system being extended e.g. all caps or all lowercase or …
The AU value set that extends an external value set by adding AU local codes:
- convention for id: "au--extended" e.g. au-v3-ActEncounterCode-extended
- convention for url: "/-extended" e.g. http://terminology.hl7.org.au/ValueSet/v3-ActEncounterCode-extended
- convention for name: "AUExtended" e.g. ActEncounterCodeAUExtended
- convention for title: "- AU Extended" e.g. ActEncounterCode AU Extended
- convention for description: " extended for use in an Australian context."
- Composed of core value set plus additional codes