XML View
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-ServiceRequest-ColonoscopyRequest-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="108161000000109" />
<display value="Referred by general practitioner" />
</coding>
</valueCodeableConcept>
</extension>
<status value="active" />
<intent value="order" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="73761001" />
<display value="Colonoscopy" />
</coding>
<text value="Colonoscopy requested" />
</code>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<encounter>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</encounter>
<occurrencePeriod>
<start value="2021-10-13T16:20:27+07:00" />
</occurrencePeriod>
<authoredOn value="2021-10-13T16:28:00+07:00" />
<requester>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</requester>
<performer>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</performer>
<locationReference>
<reference value="Location/UKCore-Location-HospitalSJUH-Example" />
</locationReference>
<reasonCode>
<coding>
<system value="http://snomed.info/sct" />
<code value="271835004" />
<display value="Abdominal distension, gaseous" />
</coding>
<text value="Swollen abdomen" />
</reasonCode>
<reasonReference>
<reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" />
<display value="Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further" />
</reasonReference>
<supportingInfo>
<reference value="Observation/UKCore-Observation-WhiteCellCount-Example" />
<display value="White cell count" />
</supportingInfo>
<patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." />
</ServiceRequest>
JSON View
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-ColonoscopyRequest-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108161000000109",
"display": "Referred by general practitioner"
}
]
}
}
],
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73761001",
"display": "Colonoscopy"
}
],
"text": "Colonoscopy requested"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"encounter": {
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"occurrencePeriod": {
"start": "2021-10-13T16:20:27+07:00"
},
"authoredOn": "2021-10-13T16:28:00+07:00",
"requester": {
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"performer": [
{
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
}
],
"locationReference": [
{
"reference": "Location/UKCore-Location-HospitalSJUH-Example"
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271835004",
"display": "Abdominal distension, gaseous"
}
],
"text": "Swollen abdomen"
}
],
"reasonReference": [
{
"reference": "DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example",
"display": "Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further"
}
],
"supportingInfo": [
{
"reference": "Observation/UKCore-Observation-WhiteCellCount-Example",
"display": "White cell count"
}
],
"patientInstruction": "ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP."
}