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.

SDS-Device

{
    "resourceType": "Device",
    "id": "f0f0e921-92ca-4a88-a550-2dbb36f703af",
    "extension":  [
        {
            "url": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation",
            "valueReference": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "T10101"
                },
                "display": "Some GP System provider"
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhsSpineASID",
            "value": "227319907548"
        },
        {
            "system": "https://fhir.nhs.uk/Id/nhsMhsPartyKey",
            "value": "R8008-0000806"
        },
        {
            "system": "https://fhir.nhs.uk/Id/nhsEndpointServiceId",
            "value": "urn:nhs:names:services:psis:REPC_IN150016UK05"
        }
    ],
    "owner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "R8008"
        },
        "display": "Some GP Practice"
    }
}
<Device xmlns="http://hl7.org/fhir">
    <id value="f0f0e921-92ca-4a88-a550-2dbb36f703af" />
    <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation">
        <valueReference>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="T10101" />
            </identifier>
            <display value="Some GP System provider" />
        </valueReference>
    </extension>
    <identifier>
        <system value="https://fhir.nhs.uk/Id/nhsSpineASID" />
        <value value="227319907548" />
    </identifier>
    <identifier>
        <system value="https://fhir.nhs.uk/Id/nhsMhsPartyKey" />
        <value value="R8008-0000806" />
    </identifier>
    <identifier>
        <system value="https://fhir.nhs.uk/Id/nhsEndpointServiceId" />
        <value value="urn:nhs:names:services:psis:REPC_IN150016UK05" />
    </identifier>
    <owner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="R8008" />
        </identifier>
        <display value="Some GP Practice" />
    </owner>
</Device>
Device
back to top