HIP FHIR Common Terminology Guide - Local Development build (v1.2.0). See the Directory of published versions
: gender-from-r4 - JSON Representation
Raw json | Download
{
"resourceType" : "ConceptMap",
"id" : "gender-from-r4",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Cm_gender_from_r4 (https://nzhts.digital.health.nz/fhir/ConceptMap/gender-from-r4)</h2><p>Mapping from <a href=\"http://hl7.org/fhir/R4/valueset-administrative-gender.html\">AdministrativeGender</a> to <a href=\"ValueSet-gender-1.0.html\">Gender</a></p><p>DRAFT. Published on 2020-02-24 00:00:00+1300 by Te Whatu Ora (Te Whatu Ora: <a href=\"mailto:mailto:integration@health.govt.nz\">mailto:integration@health.govt.nz</a>). </p><div><p>Translation from FHIR Administrative Gender to HPI/NHI Gender Code</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender (version 4.0.1)</a> to <a href=\"CodeSystem-gender-1.2.html\">Gender v1.2 (version 1.2)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>F</td></tr><tr><td>male</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>M</td></tr><tr><td>unknown</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>U</td></tr><tr><td>other</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>O</td></tr></table></div>"
},
"url" : "https://nzhts.digital.health.nz/fhir/ConceptMap/gender-from-r4",
"version" : "1.0",
"name" : "Cm_gender_from_r4",
"title" : "Gender Mapping (from R4)",
"status" : "draft",
"experimental" : false,
"date" : "2020-02-24T00:00:00+13:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "Translation from FHIR Administrative Gender to HPI/NHI Gender Code",
"purpose" : "To translate from FHIR Administrative Gender to internal Gender Code ",
"sourceUri" : "http://hl7.org/fhir/ValueSet/administrative-gender",
"targetUri" : "https://nzhts.digital.health.nz/fhir/ValueSet/gender-code",
"group" : [
{
"source" : "http://hl7.org/fhir/administrative-gender",
"sourceVersion" : "4.0.1",
"target" : "https://standards.digital.health.nz/ns/gender-code",
"targetVersion" : "1.2",
"element" : [
{
"code" : "female",
"target" : [
{
"code" : "F",
"equivalence" : "equivalent"
}
]
},
{
"code" : "male",
"target" : [
{
"code" : "M",
"equivalence" : "equivalent"
}
]
},
{
"code" : "unknown",
"target" : [
{
"code" : "U",
"equivalence" : "equivalent"
}
]
},
{
"code" : "other",
"target" : [
{
"code" : "O",
"equivalence" : "equivalent"
}
]
}
]
}
]
}