臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions
Data Type Profile: CodingTW - Mappings
Mappings for the Coding-tw data type profile.
CodingTW |
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 |
CodingTW |
Coding | n/a, CV |
id | n/a |
system | ./codeSystem |
version | ./codeSystemVersion |
code | ./code |
display | CV.displayName |
userSelected | CD.codingRationale |
Mappings for Ontological RIM Mapping (http://hl7.org/orim)
CodingTW |
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 ] |