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-ECG-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 service request for an ECG due to an elevated heart rate

Source1

{
  "resourceType": "ServiceRequest",
  "id": "UKCore-ServiceRequest-ECG-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "268400002",
        "display": "12 lead ECG"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "occurrencePeriod": {
    "start": "2023-10-13T16:20:27+07:00"
  },
  "authoredOn": "2023-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": "11092001",
          "display": "Sinus tachycardia"
        }
      ]
    }
  ]
}