| Package | ch.fhir.ig.cda-fhir-maps |
| Resource Type | ConceptMap |
| Id | cm-administrative-gender-v3 |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/cda-fhir-maps/http://fhir.ch/ig/cda-fhir-maps/ConceptMap-cm-administrative-gender-v3.html |
| URL | http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3 |
| Version | 0.3.0 |
| Status | draft |
| Date | 2019-11-01T09:29:23+11:00 |
| Name | v3.AdministrativeGender |
| Title | v3 map for AdministrativeGender |
| Realm | ch |
| Authority | hl7 |
| Copyright | CC-BY-SA-4.0 |
No resources found
| CodeSystem | |
| v3-AdministrativeGender | AdministrativeGender |
| administrative-gender | Administrative Gender |
| ValueSet | |
| v3-AdministrativeGender | AdministrativeGender |
Note: links and images are rebased to the (stated) source
Mapping from http://hl7.org/fhir/ValueSet/administrative-gender to http://terminology.hl7.org/ValueSet/v3-AdministrativeGender
DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 (FHIR Project).
| Source Code | Equivalence | Destination Code |
| male | equal | M (Male) |
| female | equal | F (Female) |
| other | wider | UN (Undifferentiated) |
| unknown | equal | UNK |
{
"resourceType": "ConceptMap",
"id": "cm-administrative-gender-v3",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3",
"version": "0.3.0",
"name": "v3.AdministrativeGender",
"title": "v3 map for AdministrativeGender",
"status": "draft",
"date": "2019-11-01T09:29:23+11:00",
"publisher": "ahdis",
"contact": [
{
"name": "ahdis",
"telecom": [
{
"system": "url",
"value": "http://www.ahdis.ch/"
}
]
}
],
"copyright": "CC-BY-SA-4.0",
"sourceCanonical": "http://hl7.org/fhir/ValueSet/administrative-gender",
"targetCanonical": "http://terminology.hl7.org/ValueSet/v3-AdministrativeGender",
"group": [
{
"source": "http://hl7.org/fhir/administrative-gender",
"target": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"element": [
{
"code": "male",
"target": [
{
"code": "M",
"equivalence": "equal"
}
]
},
{
"code": "female",
"target": [
{
"code": "F",
"equivalence": "equal"
}
]
},
{
"code": "other",
"target": [
{
"code": "UN",
"equivalence": "wider"
}
]
},
{
"code": "unknown",
"target": [
{
"code": "UNK",
"equivalence": "equal"
}
]
}
]
}
]
}