International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "DiagnosticReport",
"id" : "hemoglobin",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/DiagnosticReport-uv-ips"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport hemoglobin</b></p><a name=\"hemoglobin\"> </a><a name=\"hchemoglobin\"> </a><a name=\"hemoglobin-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)</td></tr><tr><td>When For</td><td>2017-11-10</td></tr><tr><td>Reported</td><td>2017-11-10 08:20:00+0100</td></tr><tr><td>Performer</td><td> <a href=\"Organization-TII-Organization1.html\">Someplace General Hospital</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-hemoglobin.html\"><span title=\"Codes:{http://loinc.org 17856-6}\">Hemoglobin A1c/Hemoglobin.total in Blood by HPLC</span></a></td><td>7.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td><td>Final</td><td>Above stated goal of 7.0 %</td><td>2017-11-10 08:20:00+0100</td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11502-2",
"display" : "Laboratory report"
}
]
},
"subject" : {
🔗 "reference" : "Patient/eumfh-39-07"
},
"effectiveDateTime" : "2017-11-10",
"issued" : "2017-11-10T08:20:00+01:00",
"performer" : [
{
🔗 "reference" : "Organization/TII-Organization1",
"display" : "Someplace General Hospital"
}
],
"result" : [
{
🔗 "reference" : "Observation/hemoglobin",
"display" : "Above stated goal of 7.0 %"
}
]
}