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

FHIR IG Statistics: ConceptMap/UKCore-AdministrativeGender

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeConceptMap
IdUKCore-AdministrativeGender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-AdministrativeGender
URLhttps://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-AdministrativeGender
Version2.0.0
Statusretired
Date2021-09-10
NameConceptMapUKCoreAdministrativeGender
TitleConcept Map - UK Core Administrative Gender
Realmus
Authorityhl7
DescriptionA Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid interpretation.
CopyrightCopyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrative Gender
NHSDataModelAndDictionary-PersonStatedGenderCodeNHS Data Model and Dictionary Person Stated Gender Code

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ConceptMap",
  "id": "UKCore-AdministrativeGender",
  "url": "https://fhir.hl7.org.uk/ConceptMap/ConceptMap-UKCore-AdministrativeGender",
  "version": "2.0.0",
  "name": "ConceptMapUKCoreAdministrativeGender",
  "title": "Concept Map - UK Core Administrative Gender",
  "status": "retired",
  "date": "2021-09-10",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "HL7 UK",
      "telecom": [
        {
          "system": "email",
          "value": "ukcore@hl7.org.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "A Concept Map from ValueSet Administrative Gender to NHS Data Dictionary Person Stated Gender to aid interpretation.",
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "sourceUri": "http://hl7.org/fhir/ValueSet/administrative-gender",
  "targetUri": "https://fhir.hl7.org.uk/ValueSet/UKCore-NHSDataDictionary-PersonStatedGender",
  "group": [
    {
      "source": "http://hl7.org/fhir/administrative-gender",
      "target": "https://fhir.hl7.org.uk/CodeSystem/NHSDataModelAndDictionary-PersonStatedGenderCode",
      "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"
            }
          ]
        }
      ]
    }
  ]
}