AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "f206",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation f206</b></p><a name=\"f206\"> </a><a name=\"hcf206\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://example.org/codes/foobar 104177}, {http://loinc.org 600-7}\">Blood culture</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/f201\">http://example.org/fhir/Patient/f201</a></p><p><b>effective</b>: 2013-03-11 10:28:00+0100</p><p><b>issued</b>: 2013-03-11 10:28:00+0100</p><p><b>performer</b>: <a href=\"http://example.org/fhir/Practitioner/pract\">http://example.org/fhir/Practitioner/pract</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 3092008}\">Staphylococcus aureus</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}\">Positive</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 104177005}\">Blood culture for bacteria, including anaerobic screen</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://example.org/codes/foobar",
"code" : "104177",
"display" : "Blood culture"
},
{
"system" : "http://loinc.org",
"code" : "600-7",
"display" : "Bacteria identified in Blood by Culture"
}
]
},
"subject" : {
"reference" : "http://example.org/fhir/Patient/f201"
},
"effectiveDateTime" : "2013-03-11T10:28:00+01:00",
"issued" : "2013-03-11T10:28:00+01:00",
"performer" : [
{
"reference" : "http://example.org/fhir/Practitioner/pract"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "3092008",
"display" : "Staphylococcus aureus"
}
]
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "POS"
}
]
}
],
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "104177005",
"display" : "Blood culture for bacteria, including anaerobic screen"
}
]
}
}