NHS England FHIR Implementation Guide (deprecated)

Important Announcement regarding this Implementation Guide
  • As of 04/10/2023, this implementation guide has been deprecated and all development on the legacy NHS England FHIR Implementation Guide assets has ceased.
  • Therefore, vendors looking to start new implementations or looking to update existing implementations should use the new NHS England Implementation Guide. Vendors continuing to implement legacy NHS England FHIR Implementation Guide based solutions do so at their own risk and on the understanding that no maintenance or support will be available.

name-use-v2-hscic

Url
https://fhir.nhs.uk/ConceptMap/name-use-v2-hscic
Source CodeSystem Destination CodeSystem
NameUse v2.0200

Mapping from NameUse

SourceEquivalenceDestination
usualequivalentD
officialequivalentL
nicknameequivalentN
anonymousequivalentS
maidenequivalentM
{
    "resourceType": "ConceptMap",
    "id": "name-use-v2-hscic",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "https://fhir.nhs.uk/ConceptMap/name-use-v2-hscic",
    "version": "1.0.0",
    "name": "HSCICv2NameUse",
    "title": "HSCIC v2 map for NameUse",
    "status": "draft",
    "date": "2019-11-01T09:29:23+11:00",
    "publisher": "NHS Digital",
    "contact":  [
        {
            "name": "Interoperability Team",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work"
                }
            ]
        }
    ],
    "sourceCanonical": "http://hl7.org/fhir/ValueSet/name-use",
    "targetCanonical": "https://fhir.nhs.uk/ValueSet/v2-hscic-0200-NameType",
    "group":  [
        {
            "source": "http://hl7.org/fhir/name-use",
            "target": "http://terminology.hl7.org/CodeSystem/v2-0200",
            "element":  [
                {
                    "code": "usual",
                    "target":  [
                        {
                            "code": "D",
                            "equivalence": "equivalent"
                        }
                    ]
                },
                {
                    "code": "official",
                    "target":  [
                        {
                            "code": "L",
                            "equivalence": "equivalent"
                        }
                    ]
                },
                {
                    "code": "nickname",
                    "target":  [
                        {
                            "code": "N",
                            "equivalence": "equivalent"
                        }
                    ]
                },
                {
                    "code": "anonymous",
                    "target":  [
                        {
                            "code": "S",
                            "equivalence": "equivalent"
                        }
                    ]
                },
                {
                    "code": "maiden",
                    "target":  [
                        {
                            "code": "M",
                            "equivalence": "equivalent"
                        }
                    ]
                }
            ]
        }
    ]
}
<ConceptMap xmlns="http://hl7.org/fhir">
    <id value="name-use-v2-hscic" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="https://fhir.nhs.uk/ConceptMap/name-use-v2-hscic" />
    <version value="1.0.0" />
    <name value="HSCICv2NameUse" />
    <title value="HSCIC v2 map for NameUse" />
    <status value="draft" />
    <date value="2019-11-01T09:29:23+11:00" />
    <publisher value="NHS Digital" />
    <contact>
        <name value="Interoperability Team" />
        <telecom>
            <system value="email" />
            <value value="interoperabilityteam@nhs.net" />
            <use value="work" />
        </telecom>
    </contact>
    <sourceCanonical value="http://hl7.org/fhir/ValueSet/name-use" />
    <targetCanonical value="https://fhir.nhs.uk/ValueSet/v2-hscic-0200-NameType" />
    <group>
        <source value="http://hl7.org/fhir/name-use" />
        <target value="http://terminology.hl7.org/CodeSystem/v2-0200" />
        <element>
            <code value="usual" />
            <target>
                <code value="D" />
                <equivalence value="equivalent" />
            </target>
        </element>
        <element>
            <code value="official" />
            <target>
                <code value="L" />
                <equivalence value="equivalent" />
            </target>
        </element>
        <element>
            <code value="nickname" />
            <target>
                <code value="N" />
                <equivalence value="equivalent" />
            </target>
        </element>
        <element>
            <code value="anonymous" />
            <target>
                <code value="S" />
                <equivalence value="equivalent" />
            </target>
        </element>
        <element>
            <code value="maiden" />
            <target>
                <code value="M" />
                <equivalence value="equivalent" />
            </target>
        </element>
    </group>
</ConceptMap>

back to top