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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeConceptMap
IdConceptMap-DataStandardsWales-HL7AdministrativeGender-GenderIdentity.json
FHIR VersionR4

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": "DataStandardsWales-HL7AdministrativeGender-GenderIdentity",
  "url": "https://fhir.nhs.wales/ConceptMap/DataStandardsWales-HL7AdministrativeGender-GenderIdentity",
  "version": "1.0.1",
  "name": "DataStandardsWalesConceptMapHL7AdministrativeGenderToGenderIdentity",
  "title": "Data Standards Wales Concept Map from HL7 Administrative Gender to Gender Identity",
  "status": "active",
  "experimental": false,
  "date": "2023-11-10",
  "publisher": "NHS Wales",
  "description": "Maps concepts from HL7 Administrative Gender codes to Data Standards Wales Gender Identity codes",
  "copyright": "2024 NHS Wales.",
  "sourceUri": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "targetUri": "https://fhir.nhs.wales/ValueSet/DataStandardsWales-GenderIdentity",
  "group": [
    {
      "source": "http://hl7.org/fhir/administrative-gender",
      "target": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-GenderIdentity",
      "element": [
        {
          "code": "male",
          "display": "Male",
          "target": [
            {
              "code": "M",
              "display": "Male",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "female",
          "display": "Female",
          "target": [
            {
              "code": "F",
              "display": "Female",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "other",
          "display": "Other",
          "target": [
            {
              "code": "N",
              "display": "Non-binary",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "unknown",
          "display": "Unknown",
          "target": [
            {
              "code": "Z",
              "display": "Not disclosed or unknown",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}