{
"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 |
id : f0f0e921-92ca-4a88-a550-2dbb36f703af |
extension |
url : https://fhir.nhs.uk/StructureDefinition/Extension-SDS-ManagingOrganisation |
value |
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 |
identifier |
system : https://fhir.nhs.uk/Id/nhsMhsPartyKey |
value : R8008-0000806 |
identifier |
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 |