FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageleumit.fhir.r4
Resource TypeServiceRequest
IdServiceRequest-servicerequest-referral-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

הפניה לבדיקות מעבדה

מזהה הפניה: REF-2024-001234

סטטוס: פעיל

מטופל: ישראל ישראלי

רופא מפנה: ד"ר כהן

תאריך הפניה: 08/02/2024


Source1

{
  "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"
}