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

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

Packagech.fhir.ig.cda-fhir-maps
TypeConceptMap
Idcm-administrative-gender-v3
FHIR VersionR4
Sourcehttp://fhir.ch/ig/cda-fhir-maps/http://fhir.ch/ig/cda-fhir-maps/ConceptMap-cm-administrative-gender-v3.html
URLhttp://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3
Version0.3.0
Statusdraft
Date2019-11-01T09:29:23+11:00
Namev3.AdministrativeGender
Titlev3 map for AdministrativeGender
Realmch
Authorityhl7
CopyrightCC-BY-SA-4.0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-AdministrativeGenderAdministrativeGender
administrative-genderAdministrative Gender
administrative-genderAdministrativeGender
v3-AdministrativeGenderAdministrativeGender
ValueSet
v3-AdministrativeGenderAdministrativeGender
v3-AdministrativeGenderAdministrativeGender

Narrative

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

v3.AdministrativeGender (http://hl7.org/fhir/ConceptMap/cm-administrative-gender-v3)

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

Source

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