FHIR IG analytics| Package | leumit.fhir.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-referral-line-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
הפניה לבדיקת גלוקוז
מזהה הפניה: REF-LINE-2024-001235
קוד בדיקה: בדיקת גלוקוז
מטופל: ישראל ישראלי
מקום לקיחה: דם
סטטוס: פעיל
{
"resourceType": "ServiceRequest",
"id": "servicerequest-referral-line-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-line-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-line",
"value": "REF-LINE-2024-001235"
}
],
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://fhir.leumit.co.il/cs/lab-test-code",
"code": "GLUC",
"display": "בדיקת גלוקוז"
},
{
"system": "http://loinc.org",
"code": "2345-7",
"display": "Glucose [Mass/volume] in Serum or Plasma"
}
]
},
"bodySite": [
{
"coding": [
{
"system": "http://fhir.leumit.co.il/cs/body-site",
"code": "160",
"display": "דם"
}
]
}
],
"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"
}