CDA-FHIR-Maps (R4)
0.3.0 - DSTU 1
This page is part of the CDA-FHIR-Maps (R4) (v0.3.0: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ConceptMap;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "cm-administrative-gender-v3"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>v3.AdministrativeGender (http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3)</h2>\n <p>Mapping from \n <a href=\"valueset-administrative-gender.html\">http://hl7.org/fhir/ValueSet/administrative-gender</a> to \n <a href=\"v3/AdministrativeGender/vs.html\">http://terminology.hl7.org/ValueSet/v3-AdministrativeGender</a>\n </p>\n <p>DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 (FHIR Project). </p>\n <br/>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Source Code</b>\n </td>\n <td>\n <b>Equivalence</b>\n </td>\n <td>\n <b>Destination Code</b>\n </td>\n </tr>\n <tr>\n <td>male</td>\n <td>equal</td>\n <td>M (Male)</td>\n </tr>\n <tr>\n <td>female</td>\n <td>equal</td>\n <td>F (Female)</td>\n </tr>\n <tr>\n <td>other</td>\n <td>wider</td>\n <td>UN (Undifferentiated)</td>\n </tr>\n <tr>\n <td>unknown</td>\n <td>equal</td>\n <td>UNK</td>\n </tr>\n </table>\n </div>"
];
fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3"];
fhir:ConceptMap.version [ fhir:value "0.3.0"];
fhir:ConceptMap.name [ fhir:value "v3.AdministrativeGender"];
fhir:ConceptMap.title [ fhir:value "v3 map for AdministrativeGender"];
fhir:ConceptMap.status [ fhir:value "draft"];
fhir:ConceptMap.date [ fhir:value "2019-11-01T09:29:23+11:00"^^xsd:dateTime];
fhir:ConceptMap.publisher [ fhir:value "ahdis"];
fhir:ConceptMap.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "ahdis" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.ahdis.ch/" ] ]
];
fhir:ConceptMap.copyright [ fhir:value "CC-BY-SA-4.0"];
fhir:ConceptMap.sourceCanonical [
fhir:value "http://hl7.org/fhir/ValueSet/administrative-gender";
fhir:link <http://hl7.org/fhir/ValueSet/administrative-gender>
];
fhir:ConceptMap.targetCanonical [
fhir:value "http://terminology.hl7.org/ValueSet/v3-AdministrativeGender";
fhir:link <http://terminology.hl7.org/ValueSet/v3-AdministrativeGender>
];
fhir:ConceptMap.group [
fhir:index 0;
fhir:ConceptMap.group.source [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
fhir:ConceptMap.group.target [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" ];
fhir:ConceptMap.group.element [
fhir:index 0;
fhir:ConceptMap.group.element.code [ fhir:value "male" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "M" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ], [
fhir:index 1;
fhir:ConceptMap.group.element.code [ fhir:value "female" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "F" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ], [
fhir:index 2;
fhir:ConceptMap.group.element.code [ fhir:value "other" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "UN" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "wider" ] ] ], [
fhir:index 3;
fhir:ConceptMap.group.element.code [ fhir:value "unknown" ];
fhir:ConceptMap.group.element.target [
fhir:index 0;
fhir:ConceptMap.group.element.target.code [ fhir:value "UNK" ];
fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.