FHIR IG analytics| Package | ihe.rad.idr |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-ServiceRequest-single-view-chest-xray.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest
ResourceServiceRequest "example-ServiceRequest-single-view-chest-xray"
Profile: Imaging ServiceRequest
identifier: Accession ID/A1234567
status: active
intent: order
| Concept |
| RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW (CodeSystem-CPT.html#71045) |
subject: Patient/example-Patient " SMITH"
{
"resourceType": "ServiceRequest",
"id": "example-ServiceRequest-single-view-chest-xray",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN"
}
]
},
"system": "http://www.acme.com/identifiers/accession",
"value": "A1234567"
}
],
"status": "active",
"intent": "order",
"code": {
"concept": {
"coding": [
{
"system": "http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html",
"code": "71045",
"display": "RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW"
}
]
}
},
"subject": {
"reference": "Patient/example-Patient"
}
}