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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeServiceRequest
IdUKCore-ServiceRequest-Lab-CReactiveProtein-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "id": "UKCore-ServiceRequest-Lab-CReactiveProtein-Example",
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "108252007",
          "display": "Laboratory procedure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "135842001",
        "display": "Serum C reactive protein level"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "authoredOn": "2022-05-23T12:14:00+00:00",
  "requester": {
    "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
  },
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    }
  ],
  "locationCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "OUTLAB",
          "display": "outpatient laboratory"
        }
      ]
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "298167002",
          "display": "Finger joint inflamed"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Observation/UKCore-Observation-FingerJointInflamed-Example",
      "display": "Observation of finger joint inflammation."
    }
  ],
  "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."
}