FHIR IG analytics| Package | il.hdp.fhir.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
{
"resourceType": "ServiceRequest",
"id": "chest-xray",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "diagnosticImaging",
"display": "בדיקות דימות"
}
],
"profile": [
"http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-service-request"
]
},
"identifier": [
{
"value": "SR12345",
"system": "http://goodcare.org/service-req/id"
}
],
"category": [
{
"coding": [
{
"code": "363679005",
"system": "http://snomed.info/sct",
"display": "Imaging (procedure)"
}
],
"text": "Imaging Order"
}
],
"code": {
"coding": [
{
"code": "30746-2",
"system": "http://loinc.org",
"display": "Portable XR Chest Views"
}
],
"text": "Portable XR Chest Views"
},
"reasonCode": [
{
"coding": [
{
"code": "386663009",
"system": "http://snomed.info/sct",
"display": "Bicycle accident (event)"
}
],
"text": "Bicycle accident"
}
],
"performer": [
{
"reference": "Organization/radiology-dept"
}
],
"reasonReference": [
{
"reference": "Condition/burnt-ear"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"supportingInfo": [
{
"reference": "Observation/hemoglobin-lab-test"
}
],
"note": [
{
"text": "Patient is claustrophobic, please use sedation if needed."
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/patient-israeli",
"display": "Amy Shaw"
},
"encounter": {
"reference": "Encounter/home-visit"
},
"occurrenceDateTime": "2024-10-13",
"authoredOn": "2024-10-13T10:59:38-08:00",
"requester": {
"reference": "Practitioner/md"
},
"priority": "routine"
}