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" : "Encounter",
"id" : "ExampleMimicEncounterICU",
"meta" : {
"profile" : [
🔗 "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"ExampleMimicEncounterICU\"> </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 Encounter "ExampleMimicEncounterICU" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mimic-encounter.html\">MIMIC Encounter</a></p></div><p><b>identifier</b>: <code>http://mimic.mit.edu/fhir/mimic/identifier/encounter-icu</code>/31552399</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient acute (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code ACUTE = 'inpatient acute', stated as 'null')</p><p><b>type</b>: Patient encounter procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#308335008)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleMimicPatient.html\">Patient/ExampleMimicPatient</a> " PATIENT_10000032"</p><p><b>period</b>: 2177-07-14 20:38:00-0400 --> 2177-07-15 16:08:36-0400</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-ExampleLocation.html\">Location/ExampleLocation</a> "Trauma SICU (TSICU)"</td><td>2177-07-14 20:38:00-0400 --> 2177-07-15 16:08:36-0400</td></tr></table><p><b>partOf</b>: <a href=\"Encounter-ExampleMimicEncounter.html\">Encounter/ExampleMimicEncounter</a></p></div>"
},
"identifier" : [
{
"system" : "http://mimic.mit.edu/fhir/mimic/identifier/encounter-icu",
"value" : "31552399"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "ACUTE"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "308335008",
"display" : "Patient encounter procedure"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExampleMimicPatient"
},
"period" : {
"start" : "2177-07-14T20:38:00-04:00",
"end" : "2177-07-15T16:08:36-04:00"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/ExampleLocation"
},
"period" : {
"start" : "2177-07-14T20:38:00-04:00",
"end" : "2177-07-15T16:08:36-04:00"
}
}
],
"partOf" : {
🔗 "reference" : "Encounter/ExampleMimicEncounter"
}
}