This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ConceptMap",
"id" : "uscore-to-pcornet-birth-sex",
"text" : {
"status" : "generated",
"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>"
},
"url" : "http://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-birth-sex",
"version" : "1.0.0",
"name" : "USCoreToPCORNetBirthSex",
"title" : "Mapping from US Core to PCORNet Birth Sex Codes",
"status" : "draft",
"experimental" : false,
"date" : "2021-12-06T18:53:10+00:00",
"publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/rcrim"
}
]
}
],
"description" : "This concept map defines a mapping from US Core Birth Sex to PCORNet Birth Sex codes.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
"sourceCanonical" : "http://hl7.org/fhir/us/core/ValueSet/birthsex",
"targetCanonical" : "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-birth-sex",
"group" : [
{
"element" : [
{
"code" : "M",
"target" : [
{
"code" : "M",
"equivalence" : "equal"
}
]
},
{
"code" : "F",
"target" : [
{
"code" : "F",
"equivalence" : "equal"
}
]
},
{
"code" : "UNK",
"target" : [
{
"code" : "UN",
"equivalence" : "equal"
}
]
}
]
}
]
}