Hospital-Community Lab Referral Cycle
1.1.0 - ci-build

This page is part of the LRC IG (v1.1.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: lrc-referral-glucose - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "lrc-referral-glucose",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fhir-il-community.org/LRC/StructureDefinition/lrc-referral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">הפניה אוטומטית משיבא עבור טיפול באשפוז יום אונקולוגי</div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:2690a9b7-7339-4022-b06b-fcceaa1ac11d"
    },
    {
      "system" : "http://fhir.meuhedet.co.il/identifier/referral-id",
      "value" : "733-101"
    }
  ],
  "requisition" : {
    "value" : "51ecd763-209e-4681-b19e-e3fcc1f1d1e4"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        }
      ]
    }
  ],
  "priority" : "urgent",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2345-7",
        "display" : "Glucose [Mass/volume] in Serum or Plasma"
      }
    ]
  },
  "subject" : {
    "reference" : "http://hapi-fhir.outburn.co.il/fhir/Patient/90",
    "type" : "Patient",
    "identifier" : {
      "system" : "http://fhir.health.gov.il/identifier/il-national-id",
      "value" : "000000018"
    }
  },
  "authoredOn" : "2023-04-03T11:32:38+03:00",
  "requester" : {
    "type" : "Organization",
    "identifier" : {
      "system" : "http://institutions.health.gov.il/Institutions",
      "value" : "01101"
    },
    "display" : "מרכז רפואי ע\"ש ד\"ר ח. שיבא, תל-השומר"
  },
  "note" : [
    {
      "text" : "הפניה אוטומטית משיבא לצורך טיפול באשפוז יום אונקולוגי"
    }
  ]
}