@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ConceptMap; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "sex-ech11-to-fhir"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

SexECH011ToFHIRMapping (http://fhir.ch/ig/ch-core/ConceptMap/sex-ech11-to-fhir)

Mapping from http://fhir.ch/ig/ch-core/ValueSet/ech-11-sex to http://terminology.hl7.org/ValueSet/administrative-gender

ACTIVE. Published on 2018-11-26 by HL7 Switzerland (HL7 Switzerland: https://www.hl7.ch/). CC-BY-SA-4.0

Sex eCH-011 to FHIR mapping

\n

Source CodeRelationshipDestination Code
Mapping from eCH-011 Sex to AdministrativeGender
1 (männlich)is equivalent tomale
2 (weiblich)is equivalent tofemale
3 (unbestimmt)is equivalent toother
" ]; fhir:ConceptMap.url [ fhir:value "http://fhir.ch/ig/ch-core/ConceptMap/sex-ech11-to-fhir"]; fhir:ConceptMap.version [ fhir:value "2.1.0"]; fhir:ConceptMap.name [ fhir:value "SexECH011ToFHIRMapping"]; fhir:ConceptMap.title [ fhir:value "Sex eCH-011 to FHIR mapping"]; fhir:ConceptMap.status [ fhir:value "active"]; fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ConceptMap.date [ fhir:value "2018-11-26"^^xsd:date]; fhir:ConceptMap.publisher [ fhir:value "HL7 Switzerland"]; fhir:ConceptMap.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ] ] ]; fhir:ConceptMap.description [ fhir:value "Sex eCH-011 to FHIR mapping"]; fhir:ConceptMap.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "CH" ] ] ]; fhir:ConceptMap.copyright [ fhir:value "CC-BY-SA-4.0"]; fhir:ConceptMap.sourceUri [ fhir:value "http://fhir.ch/ig/ch-core/ValueSet/ech-11-sex"]; fhir:ConceptMap.targetUri [ fhir:value "http://terminology.hl7.org/ValueSet/administrative-gender"]; fhir:ConceptMap.group [ fhir:index 0; fhir:ConceptMap.group.source [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-sex" ]; fhir:ConceptMap.group.target [ fhir:value "http://hl7.org/fhir/administrative-gender" ]; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "1" ]; fhir:ConceptMap.group.element.display [ fhir:value "männlich" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "male" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Male" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 1; fhir:ConceptMap.group.element.code [ fhir:value "2" ]; fhir:ConceptMap.group.element.display [ fhir:value "weiblich" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "female" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "female" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ], [ fhir:index 2; fhir:ConceptMap.group.element.code [ fhir:value "3" ]; fhir:ConceptMap.group.element.display [ fhir:value "unbestimmt" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "other" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Other" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------