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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeConceptMap
Idconceptmap-GeslachtCodelijst-to-AdministrativeGender.json
FHIR VersionR3

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": "GeslachtCodelijst-to-AdministrativeGender",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional",
      "valueBoolean": false
    }
  ],
  "url": "http://nictiz.nl/fhir/ConceptMap/GeslachtCodelijst-to-AdministrativeGender",
  "version": "1.0.2",
  "name": "GeslachtCodelijst-to-AdministrativeGender",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Maps Gender codes as found in HCIM Patient (release 2017) to Patient.gender codes as found in FHIR STU3",
  "sourceReference": {
    "reference": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.0.1.1--20171231000000",
    "display": "GeslachtCodelijst"
  },
  "targetReference": {
    "reference": "http://hl7.org/fhir/ValueSet/administrative-gender",
    "display": "AdministrativeGender"
  },
  "group": [
    {
      "source": "http://hl7.org/fhir/v3/AdministrativeGender",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "M",
          "target": [
            {
              "code": "male",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "F",
          "target": [
            {
              "code": "female",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "UN",
          "target": [
            {
              "code": "other",
              "equivalence": "narrower",
              "comment": "Undifferentiated: The gender of a person could not be uniquely defined as male or female, such as hermaphrodite. Other: 'neither male nor female and not unknown'"
            }
          ]
        }
      ]
    },
    {
      "source": "http://hl7.org/fhir/v3/NullFlavor",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "UNK",
          "target": [
            {
              "code": "unknown",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}