FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-chest-xray.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest chest-xray
status: Active
intent: Order
category: Imaging Order
code: Portable XR Chest Views
subject: Amy Shaw
encounter: inpatient encounter
occurrence: 2024-10-13
authoredOn: 2024-10-13 10:59:38-0800
requester: Practitioner Ronald Bone
reasonCode: Bicycle accident
{
"resourceType": "ServiceRequest",
"id": "chest-xray",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "363679005",
"display": "Imaging (procedure)"
}
],
"text": "Imaging Order"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30746-2",
"display": "Portable XR Chest Views"
}
],
"text": "Portable XR Chest Views"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"encounter": {
"reference": "Encounter/1036",
"display": "inpatient encounter"
},
"occurrenceDateTime": "2024-10-13",
"authoredOn": "2024-10-13T10:59:38-08:00",
"requester": {
"reference": "Practitioner/practitioner-1"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "386663009",
"display": "Bicycle accident (event)"
}
],
"text": "Bicycle accident"
}
]
}