MIMIC Implementation Guide
1.3.0 - Draft
MIMIC Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ExampleMimicObservationMicroTest",
"meta" : {
"profile" : [
🔗 "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-observation-micro-test"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ExampleMimicObservationMicroTest\"> </a></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 Observation "ExampleMimicObservationMicroTest" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mimic-observation-micro-test.html\">MIMIC Observation Micro Test</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: URINE CULTURE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-mimic-microbiology-test.html\">MimicMicrobiologyTest</a>#90039)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleMimicPatient.html\">Patient/ExampleMimicPatient</a> " PATIENT_10000032"</p><p><b>encounter</b>: <a href=\"Encounter-ExampleMimicEncounter.html\">Encounter/ExampleMimicEncounter</a></p><p><b>effective</b>: 2111-01-20 22:23:00-0500</p><p><b>value</b>: NO GROWTH</p><p><b>specimen</b>: <a href=\"Specimen-ExampleMimicSpecimen.html\">Specimen/ExampleMimicSpecimen</a></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-microbiology-test",
"code" : "90039",
"display" : "URINE CULTURE"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExampleMimicPatient"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleMimicEncounter"
},
"effectiveDateTime" : "2111-01-20T22:23:00-05:00",
"valueString" : "NO GROWTH",
"specimen" : {
🔗 "reference" : "Specimen/ExampleMimicSpecimen"
}
}