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

FHIR IG Statistics: ConceptMap/GeslachtCodelijst-to-AdministrativeGender

Packagenictiz.fhir.nl.r4.zib2020
TypeConceptMap
IdGeslachtCodelijst-to-AdministrativeGender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.zib2020@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/ConceptMap/GeslachtCodelijst-to-AdministrativeGender
URLhttp://nictiz.nl/fhir/ConceptMap/GeslachtCodelijst-to-AdministrativeGender
Version0.0.1
Statusdraft
NameGeslachtCodelijst_to_AdministrativeGender
TitleGeslachtCodelijst to AdministrativeGender
Realmnl
Authorityhl7
DescriptionMaps gender codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Patient v3.2 (2020)](https://zibs.nl/wiki/Patient-v3.2(2020EN)) and [zib HealthProfessional v3.5 (2020)](https://zibs.nl/wiki/HealthProfessional-v3.5(2020EN)) to <http://hl7.org/fhir/ValueSet/administrative-gender> as found in `Patient.gender` and `Practitioner.gender` in FHIR R4. Note: these zibs both define an identical ValueSet with the identical name 'GeslachtCodelijst', but with a different canonical URL. To allow both ValueSets as source for this ConceptMap, no `sourceCanonical` is given.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.

Resources that use this resource

No resources found


Resources that this resource uses

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

Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "ConceptMap",
  "id": "GeslachtCodelijst-to-AdministrativeGender",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional",
      "valueBoolean": false
    }
  ],
  "url": "http://nictiz.nl/fhir/ConceptMap/GeslachtCodelijst-to-AdministrativeGender",
  "version": "0.0.1",
  "name": "GeslachtCodelijst_to_AdministrativeGender",
  "title": "GeslachtCodelijst to AdministrativeGender",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Maps gender codes as found in the Dutch [zib ('Zorginformatiebouwsteen', i.e. Health and Care Information Model) Patient v3.2 (2020)](https://zibs.nl/wiki/Patient-v3.2(2020EN)) and [zib HealthProfessional v3.5 (2020)](https://zibs.nl/wiki/HealthProfessional-v3.5(2020EN)) to <http://hl7.org/fhir/ValueSet/administrative-gender> as found in `Patient.gender` and `Practitioner.gender` in FHIR R4.\r\n\r\nNote: these zibs both define an identical ValueSet with the identical name 'GeslachtCodelijst', but with a different canonical URL. To allow both ValueSets as source for this ConceptMap, no `sourceCanonical` is given.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "targetCanonical": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/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://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "UNK",
          "target": [
            {
              "code": "unknown",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}