FHIR IG analytics| Package | leumit.fhir.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-referral-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
הפניה לבדיקות מעבדה
מזהה הפניה: REF-2024-001234
סטטוס: פעיל
מטופל: ישראל ישראלי
רופא מפנה: ד"ר כהן
תאריך הפניה: 08/02/2024
{
"resourceType": "ServiceRequest",
"id": "servicerequest-referral-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-referral-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.leumit.co.il/cs/lab-test-referral-status-reason",
"code": "routine"
}
],
"text": "הפניה שגרתית"
},
"url": "http://hl7.org/fhir/StructureDefinition/request-statusReason"
}
],
"identifier": [
{
"system": "http://fhir.leumit.co.il/identifier/lab-referral",
"value": "REF-2024-001234"
}
],
"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": "Practitioner/practitioner-example-leumit",
"display": "ד\"ר כהן"
},
"status": "active",
"intent": "order",
"authoredOn": "2024-02-08T09:00:00+02:00"
}