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

FHIR IG Statistics: ConceptMap/ConceptMap.administrative-gender

Packagelogex.internal.fhir.profiles
Resource TypeConceptMap
IdConceptMap.administrative-gender
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/ConceptMap/administrative-gender
URLhttp://mrdm.nl/fhir/ConceptMap/administrative-gender
Version0.1
Statusdraft
Date2022-05-25
NameConceptMap administrative gender
DescriptionRule-based mappings between Survey coding systems/valuesets and FHIR coding systems/valuesets

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
administrative-genderadministrative-gender

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "url": "http://mrdm.nl/fhir/ConceptMap/administrative-gender",
  "id": "ConceptMap.administrative-gender",
  "version": "0.1",
  "name": "ConceptMap administrative gender",
  "status": "draft",
  "experimental": false,
  "date": "2022-05-25",
  "description": "Rule-based mappings between Survey coding systems/valuesets and FHIR coding systems/valuesets",
  "group": [
    {
      "source": "http://support.mrdm.nl/survey/",
      "target": "http://mrdm.nl/fhir/ValueSet/administrative-gender",
      "element": [
        {
          "code": "1",
          "display": "Male",
          "target": [
            {
              "code": "M",
              "display": "Male"
            }
          ]
        },
        {
          "code": "2",
          "display": "Female",
          "target": [
            {
              "code": "F",
              "display": "Female"
            }
          ]
        },
        {
          "code": "7",
          "display": "Other",
          "target": [
            {
              "code": "UN",
              "display": "Undifferentiated"
            }
          ]
        },
        {
          "code": "9",
          "display": "Unknown",
          "target": [
            {
              "code": "UNK",
              "display": "Unknown"
            }
          ]
        }
      ]
    }
  ]
}