NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

SDS-Device

{
"resourceType": "Device",
"id": "f0f0e921-92ca-4a88-a550-2dbb36f703af",
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "T10101"
},
"display": "Some GP System provider"
}
}
],
{
"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": {
"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">
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="T10101" />
</identifier>
<display value="Some GP System provider" />
</valueReference>
</extension>
<system value="https://fhir.nhs.uk/Id/nhsSpineASID" />
<value value="227319907548" />
</identifier>
<system value="https://fhir.nhs.uk/Id/nhsMhsPartyKey" />
<value value="R8008-0000806" />
</identifier>
<system value="https://fhir.nhs.uk/Id/nhsEndpointServiceId" />
<value value="urn:nhs:names:services:psis:REPC_IN150016UK05" />
</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