@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "
\n

v3.AdministrativeGender (http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3)

\n

Mapping from \n http://hl7.org/fhir/ValueSet/administrative-gender to \n http://terminology.hl7.org/ValueSet/v3-AdministrativeGender\n

\n

DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 (FHIR Project).

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Source Code\n \n Equivalence\n \n Destination Code\n
maleequalM (Male)
femaleequalF (Female)
otherwiderUN (Undifferentiated)
unknownequalUNK
\n
" ]; 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 ]; fhir:ConceptMap.targetCanonical [ fhir:value "http://terminology.hl7.org/ValueSet/v3-AdministrativeGender"; fhir:link ]; 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 . # -------------------------------------------------------------------------------------