FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | ServiceRequest |
| Id | UKCore-ServiceRequest-ColonoscopyRequest-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "UKCore-ServiceRequest-ColonoscopyRequest-Example",
"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."
}