FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/cm-DHDR-administrative-gender

Packageca.on.dhdr.r4.v4
Resource TypeConceptMap
Idcm-DHDR-administrative-gender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ontariohealth.ca/fhir/ConceptMap/cm-administrative-gender
URLhttp://ontariohealth.ca/fhir/ConceptMap/cm-administrative-gender
Version4.3.0
Statusdraft
Date2023-03-28T12:47:40+10:00
Namev2toFHIRmapforDHDRAdministrativeGender
Titlev2 map for DHDR Administrative Gender
Realmus
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0001administrativeSex
administrative-genderAdministrative Gender
ValueSet
v2-0001hl7VS-administrativeSex

Narrative

No narrative content found in resource


Source

{
  "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": "draft",
  "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"
            }
          ]
        }
      ]
    }
  ]
}