FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-chr-on-west-ServiceRequest-15001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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."
}
]
}