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

FHIR IG analytics

Packageon.accdr.pkg
Resource TypeConceptMap
IdConceptMapAdministrativeGender.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

v2 to FHIR map for AdministrativeGender (http://ontariohealth.ca/fhir/ConceptMap/cm-administrative-gender)

Mapping from http://terminology.hl7.org/ValueSet/v2-0001 to http://hl7.org/fhir/ValueSet/administrative-gender

DRAFT. Published on 2023-0228T12:47:40+10:00 by Ontario Health.


Source Concept Details Relationship Destination Concept Details
Code from administrativeSex Code from AdministrativeGender
MMaleis equivalent tomaleMale
FFemaleis equivalent tofemaleFemale
OOtheris equivalent tootherOther
UUnknownis equivalent tounknownUnknown

Source1

{
  "resourceType": "ConceptMap",
  "id": "cm-CDR-administrative-gender",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-administrative-gender",
  "version": "1.0.0",
  "name": "v2toFHIRmapforAdministrativeGender",
  "title": "v2 to FHIR map for AdministrativeGender",
  "status": "active",
  "experimental": false,
  "date": "2023-02-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": "M",
          "target": [
            {
              "code": "male",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "F",
          "target": [
            {
              "code": "female",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "O",
          "target": [
            {
              "code": "other",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "U",
          "target": [
            {
              "code": "unknown",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}