This page is part of the HL7 Europe Laboratory Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: DiagnosticReport: example - JSON Representation
Raw json | Download
{
"resourceType" : "DiagnosticReport",
"id" : "dr-lab-example",
"meta" : {
"profile" : [
"http://hl7.eu/fhir/laboratory/StructureDefinition/DiagnosticReport-eu-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11502-2}\">Bacterial Aerobic & Anaerobic Culture & Susceptibility</span> (<span title=\"Codes: {http://loinc.org 26436-6}\">Laboratory Studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>František Očkovaný Moreira </b> male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor): 740512852)</td></tr><tr><td>When For</td><td>2022-10-25 13:35:00+0100</td></tr><tr><td>Identifier:</td><td> id:\u00a0urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-obs-gram-stain.html\"><span title=\"Codes: \">Gram Stain</span></a></td><td/></tr><tr><td><a href=\"Observation-obs-aerobic-culture.html\"><span title=\"Codes: \">Aerobic Culture</span></a></td><td/></tr><tr><td><a href=\"Observation-obs-anaerobic-culture.html\"><span title=\"Codes: {http://loinc.org 635-3}\">Anaerobic Culture</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 264868006}\">No growth</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"valueReference" : {
"reference" : "Composition/comp-lab-example"
}
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "26436-6",
"display" : "Laboratory Studies (set)"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11502-2",
"display" : "Laboratory report"
}
],
"text" : "Bacterial Aerobic & Anaerobic Culture & Susceptibility"
},
"subject" : {
"reference" : "Patient/pat-lab-example"
},
"effectiveDateTime" : "2022-10-25T13:35:00+01:00",
"performer" : [
{
"display" : "MUDr. Aleš Procházka"
}
],
"specimen" : [
{
"display" : "Specimen from wound collected on October 25th, 2022"
}
],
"result" : [
{
"reference" : "Observation/obs-gram-stain"
},
{
"reference" : "Observation/obs-aerobic-culture"
},
{
"reference" : "Observation/obs-anaerobic-culture"
}
]
}