International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions
Data Type Profile: CodingIPS - Mappings
Mappings for the Coding-uv-ips data type profile.
| CodingIPS |
| 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 |
| CodingIPS |
| Coding | n/a, CV |
| id | n/a |
| extension | n/a |
| system | ./codeSystem |
| version | ./codeSystemVersion |
| code | ./code |
| display | CV.displayName |
| extension (translation) | ST.translation |
| userSelected | CD.codingRationale |
Mappings for Ontological RIM Mapping (http://hl7.org/orim)
| CodingIPS |
| 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 ] |