Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. 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 "uscore-to-pcornet-birth-sex"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2> BirthSex Mappings from US Core to PCORNet</h2> \n <p> Mapping from US Core Birth Sex (http://hl7.org/fhir/us/core/STU3.1/ValueSet-birthsex.html) to \n <a>http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-birth-sex</a> \n </p>\n <div> \n <p> This concept map defines a mapping from US Core Birth Sex to PCORNet Birth Sex codes.</p> \n </div> \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> M</td> \n <td> equal</td> \n <td> M</td> \n </tr> \n <tr> \n <td> F</td> \n <td> equal</td> \n <td> F</td> \n </tr> \n <tr> \n <td> UNK</td> \n <td> equal</td> \n <td> UN</td> \n </tr> \n </table> \n </div>"
];
fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-birth-sex"];
fhir:ConceptMap.version [ fhir:value "1.0.0"];
fhir:ConceptMap.name [ fhir:value "USCoreToPCORNetBirthSex"];
fhir:ConceptMap.title [ fhir:value "Mapping from US Core to PCORNet Birth Sex Codes"];
fhir:ConceptMap.status [ fhir:value "draft"];
fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ConceptMap.date [ fhir:value "2021-12-06T15:53:07+00:00"^^xsd:dateTime];
fhir:ConceptMap.publisher [ fhir:value "HL7 International - Biomedical Research and Regulation Work Group"];
fhir:ConceptMap.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/rcrim" ] ]
];
fhir:ConceptMap.description [ fhir:value "This concept map defines a mapping from US Core Birth Sex to PCORNet Birth Sex codes."];
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 "US" ] ]
];
fhir:ConceptMap.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"];
fhir:ConceptMap.sourceCanonical [
fhir:value "http://hl7.org/fhir/us/core/ValueSet/birthsex";
fhir:link <http://hl7.org/fhir/us/core/ValueSet/birthsex>
];
fhir:ConceptMap.targetCanonical [
fhir:value "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-birth-sex";
fhir:link <http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-birth-sex>
];
fhir:ConceptMap.group [
fhir:index 0;
fhir:ConceptMap.group.element [
fhir:index 0;
fhir:ConceptMap.group.element.code [ fhir:value "M" ];
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 "F" ];
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 "UNK" ];
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 "equal" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.