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

FHIR IG analytics

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