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.

HealthcareService

{
"resourceType": "HealthcareService",
"id": "54b0506d-49af-4245-9d40-d7d64902055e",
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "A99968"
}
],
"active": true,
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RBA"
}
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "892571000000101",
"display": "Medical oncology service"
}
]
}
],
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "800",
"display": "Clinical oncology"
}
]
}
],
{
"reference": "urn:uuid:8a5d7d67-64fb-44ec-9802-2dc214bb3dcb"
}
],
"name": "SOMERSET BOWEL CANCER SCREENING CENTRE",
"telecom": [
{
"system": "phone",
"value": "01823 333444",
"use": "work"
}
]
}
<HealthcareService xmlns="http://hl7.org/fhir">
<id value="54b0506d-49af-4245-9d40-d7d64902055e" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="A99968" />
</identifier>
<active value="true" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RBA" />
</identifier>
</providedBy>
<system value="http://snomed.info/sct" />
<code value="892571000000101" />
<display value="Medical oncology service" />
</coding>
</type>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="800" />
<display value="Clinical oncology" />
</coding>
</specialty>
<reference value="urn:uuid:8a5d7d67-64fb-44ec-9802-2dc214bb3dcb" />
</location>
<name value="SOMERSET BOWEL CANCER SCREENING CENTRE" />
<system value="phone" />
<value value="01823 333444" />
<use value="work" />
</telecom>
</HealthcareService>
HealthcareService
back to top