FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-dhdr
Resource TypeConceptMap
Idv2 map for DHDR AdministrativeGender.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ConceptMap",
  "id": "cm-DHDR-administrative-gender",
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-administrative-gender",
  "version": "4.3.0",
  "name": "v2toFHIRmapforDHDRAdministrativeGender",
  "title": "v2 map for DHDR Administrative Gender",
  "status": "active",
  "experimental": false,
  "date": "2023-03-28T12:47:40+10:00",
  "publisher": "Ontario Health",
  "sourceCanonical": "http://terminology.hl7.org/ValueSet/v2-0001",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v2-0001",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "F",
          "display": "Female",
          "target": [
            {
              "code": "female",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "M",
          "display": "Male",
          "target": [
            {
              "code": "male",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "U",
          "display": "Unknown / Undifferentiated",
          "target": [
            {
              "code": "unknown",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "O",
          "display": "Other",
          "target": [
            {
              "code": "other",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}