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
{
"resourceType" : "Observation",
"id" : "lrc-result-oncology-calcium",
"meta" : {
"profile" : [
🔗 "http://ig.fhir-il-community.org/LRC/StructureDefinition/lrc-result"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">תוצאות בדיקת סידן בסרום של מטופל עבור אשפוז יום אונקולוגי</div>"
},
"identifier" : [
{
"system" : "http://fhir.meuhedet.co.il/identifier/lab-result",
"value" : "1304421043-20230802-1337-3231"
}
],
"basedOn" : [
{
"reference" : "ServiceRequest/3908"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "17861-6",
"display" : "Calcium [Mass/volume] in Serum or Plasma"
}
],
"text" : "Calcium-SERUM"
},
"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-04-03T11:32:38+03:00",
"issued" : "2023-04-03T11:37:58.54+03:00",
"performer" : [
{
"type" : "Organization",
"identifier" : {
"system" : "http://fhir.meuhedet.co.il/laboratories",
"value" : "73D01"
},
"display" : "קופת חולים מאוחדת"
}
],
"valueQuantity" : {
"value" : 9,
"unit" : "MG/DL",
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
},
"referenceRange" : [
{
"low" : {
"value" : 8.8,
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
},
"high" : {
"value" : 10.4,
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL"
}
}
]
}