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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeServiceRequest
IdServiceRequest-chr-on-west-ServiceRequest-15001.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

Outgoing Referral — Cardiology Consultation. Ordered by Dr. Emily Thompson on December 10, 2024. Reason: Chest pain workup — rule out cardiac cause. Referred to: Dr. James Liu, St. Michael's Hospital Cardiology.

Source1

{
  "resourceType": "ServiceRequest",
  "id": "chr-on-west-ServiceRequest-15001",
  "meta": {
    "lastUpdated": "2024-12-10T16:30:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwServiceRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:123:serviceRequest",
      "value": "15001"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "44383000",
          "display": "Patient referral for consultation"
        }
      ]
    }
  ],
  "code": {
    "text": "Cardiology Consultation"
  },
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "display": "Sarah Marie Johnson"
  },
  "authoredOn": "2024-12-10T16:30:00Z",
  "requester": {
    "reference": "Practitioner/chr-on-west-Practitioner-501",
    "display": "Dr. Emily Thompson"
  },
  "performer": [
    {
      "display": "Dr. James Liu - St. Michael's Hospital Cardiology"
    }
  ],
  "reasonCode": [
    {
      "text": "Chest pain workup - rule out cardiac cause"
    }
  ],
  "note": [
    {
      "text": "Patient with new onset chest pain. ECG normal. Requesting cardiology opinion."
    }
  ]
}