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-panel-result-cbc - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "lrc-panel-result-cbc",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fhir-il-community.org/LRC/StructureDefinition/lrc-panel-result"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">תוצאות מעבדה מאגדת של פאנל CBC של מטופל עבור אשפוז יום אונקולוגי</div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.meuhedet.co.il/identifier/profile-lab-result",
      "value" : "1304421043-20230517-600-3231"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/lrc-referral-group-example",
      "type" : "ServiceRequest"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "57021-8",
        "display" : "CBC W Auto Differential panel - Blood"
      },
      {
        "system" : "http://ig.fhir-il-community.org/LRC/CodeSystem/meuhedet-lab-result-code",
        "code" : "600",
        "display" : "CBC"
      }
    ],
    "text" : "CBC"
  },
  "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"
    }
  },
  "effectiveDateTime" : "2023-08-02T13:15:32+03:00",
  "issued" : "2023-05-17T09:31:19.773+03:00",
  "performer" : [
    {
      "type" : "Organization",
      "identifier" : {
        "system" : "http://fhir.meuhedet.co.il/laboratories",
        "value" : "73D01"
      },
      "display" : "קופת חולים מאוחדת"
    }
  ],
  "hasMember" : [
    {
      "type" : "Observation",
      "identifier" : {
        "system" : "http://fhir.meuhedet.co.il/identifier/lab-result",
        "value" : "CBC-1001"
      }
    },
    {
      "type" : "Observation",
      "identifier" : {
        "system" : "http://fhir.meuhedet.co.il/identifier/lab-result",
        "value" : "CBC-1002"
      }
    },
    {
      "type" : "Observation",
      "identifier" : {
        "system" : "http://fhir.meuhedet.co.il/identifier/lab-result",
        "value" : "CBC-1003"
      }
    },
    {
      "type" : "Observation",
      "identifier" : {
        "system" : "http://fhir.meuhedet.co.il/identifier/lab-result",
        "value" : "CBC-1004"
      }
    }
  ]
}