HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG, published by New Zealand Medicines Formulary LP. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzf/ and changes regularly. See the Directory of published versions
Data Type Profile: NzfCoding - Mappings
Mappings for the NzfCoding data type profile.
NzfCoding |
Coding | CE/CNE/CWE subset one of the sets of component 1-3 or 4-6 |
system | C*E.3 |
version | C*E.7 |
code | C*E.1 |
display | C*E.2 - but note this is not well followed |
userSelected | Sometimes implied by being first |
NzfCoding |
Coding | n/a, CV |
id | n/a |
extension | n/a |
system | ./codeSystem |
version | ./codeSystemVersion |
code | ./code |
display | CV.displayName |
userSelected | CD.codingRationale |
Mappings for Ontological RIM Mapping (http://hl7.org/orim)
NzfCoding |
Coding | fhir:Coding rdfs:subClassOf dt:CDCoding |
system | fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem |
version | fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion |
code | fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code |
display | fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName |
userSelected | fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ] |