FHIR IG analytics| Package | leumit.fhir.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-order-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
הזמנה לבדיקות מעבדה
מזהה הזמנה: ORD-2024-005678
סטטוס: הושלמה
מטופל: ישראל ישראלי
תאריך הזמנה: 08/02/2024
{
"resourceType": "ServiceRequest",
"id": "servicerequest-order-example",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "laboratoryTests",
"display": "בדיקות מעבדה"
}
],
"profile": [
"http://fhir.leumit.co.il/StructureDefinition/lab-test-order-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.leumit.co.il/cs/lab-test-order-status",
"code": "completed"
}
],
"text": "הושלמה"
},
"url": "http://hl7.org/fhir/StructureDefinition/request-statusReason"
}
],
"identifier": [
{
"system": "http://fhir.leumit.co.il/identifier/lab-order",
"value": "ORD-2024-005678"
}
],
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24323-8",
"display": "Comprehensive metabolic 2000 panel - Serum or Plasma"
}
],
"text": "פאנל מטבולי מקיף"
},
"subject": {
"reference": "Patient/patient-example-leumit",
"display": "ישראל ישראלי"
},
"requester": {
"reference": "Organization/organization-leumit",
"display": "לאומית שירותי בריאות"
},
"performer": [
{
"reference": "Organization/organization-leumit-lab",
"display": "מעבדות לאומית"
}
],
"status": "completed",
"intent": "order",
"authoredOn": "2024-02-08T09:15:00+02:00"
}