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

FHIR IG Statistics: ConceptMap/DataStandardsWales-AdministrativeGender

Packagefhir.r4.wales.discovery
Resource TypeConceptMap
IdDataStandardsWales-AdministrativeGender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales.discovery@0.0.5&canonical=https://fhir.nhs.wales/ConceptMap/DataStandardsWales-AdministrativeGender
URLhttps://fhir.nhs.wales/ConceptMap/DataStandardsWales-AdministrativeGender
Version1.0.0
Statusactive
Date2020-09-24T00:00:00+01:00
NameDataStandardsWalesAdministrativeGender
TitleData Standards Wales AdministrativeGender
Realmus
Authorityhl7
DescriptionA Concept Map from HL7 ValueSet Administrative Gender to Data Standards Wales Gender Identity code to aid interpretation.
Copyright© 2020 NHS Wales.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "id": "DataStandardsWales-AdministrativeGender",
  "url": "https://fhir.nhs.wales/ConceptMap/DataStandardsWales-AdministrativeGender",
  "version": "1.0.0",
  "name": "DataStandardsWalesAdministrativeGender",
  "title": "Data Standards Wales AdministrativeGender",
  "status": "active",
  "date": "2020-09-24T00:00:00+01:00",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "Data Standards",
      "telecom": [
        {
          "system": "email",
          "value": "data.standards@wales.nhs.uk",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Concept Map from HL7 ValueSet Administrative Gender to Data Standards Wales Gender Identity code to aid interpretation.",
  "copyright": "© 2020 NHS Wales.",
  "sourceUri": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "targetUri": "https://fhir.nhs.wales/ValueSet/GenderIdentity",
  "group": [
    {
      "source": "http://hl7.org/fhir/administrative-gender",
      "target": "https://fhir.nhs.wales/CodeSystem/GenderIdentity",
      "element": [
        {
          "code": "male",
          "display": "Male",
          "target": [
            {
              "code": "M",
              "display": "Male",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "female",
          "display": "Female",
          "target": [
            {
              "code": "F",
              "display": "Female",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "other",
          "display": "Other",
          "target": [
            {
              "code": "N",
              "display": "Non-binary",
              "equivalence": "inexact",
              "comment": "This mapping is inexact. Implementers should be careful when using these mappings operationally"
            }
          ]
        },
        {
          "code": "unknown",
          "display": "Unknown",
          "target": [
            {
              "code": "Z",
              "display": "Not disclosed or unknown, e.g. for unborn baby",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}