HL7 BE Laboratory Result WG Implementation Guide (work in progress), published by HL7 Belgium. This is not an authorized publication; it is the continuous build for version 0.0.7). This version is based on the current content of https://github.com/hl7-be/hl7-be-fhir-laboratory-report/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "obsDynamicHead",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observation-laboratory"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"obsDynamicHead\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-observation-laboratory.html\">BeObservationLaboratory</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Glucose tolerance 4 hours panel - Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72171-2)</span></p><p><b>effective</b>: 2015-11-04 09:16:00-0500</p><p><b>issued</b>: Nov 4, 2015, 2:16:00 PM</p><p><b>performer</b>: <a href=\"Practitioner-practitioner10.html\">Practitioner/practitioner10</a> \" DAVOUST\"</p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-obsDynamic0.html\">Observation/obsDynamic0</a></li><li><a href=\"Observation-obsDynamic1.html\">Observation/obsDynamic1</a></li><li><a href=\"Observation-obsDynamic2.html\">Observation/obsDynamic2</a></li></ul><blockquote><p><b>component</b></p><p><b>code</b>: Substance amount <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#118555000)</span></p><p><b>value</b>: 75 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code g = 'g')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Product name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#774167006)</span></p><p><b>value</b>: syrupy glucose solution</p></blockquote></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "72171-2",
"display" : "Glucose tolerance 4 hours panel - Serum or Plasma"
}
]
},
"effectiveDateTime" : "2015-11-04T09:16:00-05:00",
"issued" : "2015-11-04T09:16:00-05:00",
"performer" : [
{
"reference" : "Practitioner/practitioner10"
}
],
"hasMember" : [
{
"reference" : "Observation/obsDynamic0"
},
{
"reference" : "Observation/obsDynamic1"
},
{
"reference" : "Observation/obsDynamic2"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "118555000",
"display" : "Substance amount"
}
]
},
"valueQuantity" : {
"value" : 75,
"unit" : "g",
"system" : "http://unitsofmeasure.org",
"code" : "g"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "774167006",
"display" : "Product name"
}
]
},
"valueString" : "syrupy glucose solution"
}
]
}