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

FHIR IG Statistics: ConceptMap/ConceptMap-CareConnect-AdministrativeGender-1

PackageNHSDigital.FHIR.STU3
Resource TypeConceptMap
IdConceptMap-CareConnect-AdministrativeGender-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/ConceptMap/CareConnect-AdministrativeGender-1
URLhttps://fhir.nhs.uk/STU3/ConceptMap/CareConnect-AdministrativeGender-1
Version1.0.0
Statusactive
Date2017-08-01T00:00:00+00:00
NameConcept Map - Care Connect Administrative Gender
Authorityhl7
DescriptionA Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid interpretation.
CopyrightCopyright © 2016 HL7 UK

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender
NHSDataDictionary-PersonStatedGender-1NHS Data Model and Dictionary Person Stated Gender Code
ValueSet
NHSDataDictionary-PersonStatedGender-1NHS Data Model and Dictionary Person Stated Gender Code
CareConnect-AdministrativeGender-1Administrative Gender

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "url": "https://fhir.nhs.uk/STU3/ConceptMap/CareConnect-AdministrativeGender-1",
  "version": "1.0.0",
  "name": "Concept Map - Care Connect Administrative Gender",
  "status": "active",
  "date": "2017-08-01T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid interpretation.",
  "copyright": "Copyright © 2016 HL7 UK",
  "sourceReference": {
    "reference": "https://fhir.nhs.uk/STU3/ValueSet/CareConnect-AdministrativeGender-1"
  },
  "targetReference": {
    "reference": "https://fhir.nhs.uk/STU3/ValueSet/NHSDataDictionary-PersonStatedGender-1"
  },
  "group": [
    {
      "source": "http://hl7.org/fhir/administrative-gender",
      "target": "https://fhir.nhs.uk/STU3/CodeSystem/NHSDataDictionary-PersonStatedGender-1",
      "element": [
        {
          "code": "male",
          "display": "Male",
          "target": [
            {
              "code": "1",
              "display": "Male",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "female",
          "display": "Female",
          "target": [
            {
              "code": "2",
              "display": "Female",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "other",
          "display": "Other",
          "target": [
            {
              "code": "9",
              "display": "Indeterminate (unable to be classified as either male or female)",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "unknown",
          "display": "Unknown",
          "target": [
            {
              "code": "X",
              "display": "Not Known (not recorded)",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}