FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeServiceRequest
IdUKCore-ServiceRequest-ColonoscopyRequest-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a GP referral for a colonoscopy

Source1

{
  "resourceType": "ServiceRequest",
  "id": "UKCore-ServiceRequest-ColonoscopyRequest-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "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."
}