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

: Example Observation labevents resource MIMIC-IV - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ExampleMimicObservationLabevents",
  "meta" : {
    "profile" : [
      🔗 "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-observation-labevents"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ExampleMimicObservationLabevents\"> </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 &quot;ExampleMimicObservationLabevents&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mimic-observation-labevents.html\">MIMIC Observation Labevents</a></p></div><p><b>Lab Priority</b>: STAT</p><p><b>identifier</b>: <code>http://mimic.mit.edu/fhir/mimic/identifier/observation-labevents</code>/284911</p><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>: Bilirubin, Total <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-mimic-d-labitems.html\">MimicDLabitems</a>#50885)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleMimicPatient.html\">Patient/ExampleMimicPatient</a> &quot; PATIENT_10000032&quot;</p><p><b>encounter</b>: <a href=\"Encounter-ExampleMimicEncounter.html\">Encounter/ExampleMimicEncounter</a></p><p><b>effective</b>: 2174-12-16 15:20:00-0500</p><p><b>issued</b>: Dec. 16, 2174, 5:10:00 p.m.</p><p><b>value</b>: 1.3 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units code mg/dL = 'mg/dL')</span></p><p><b>specimen</b>: <a href=\"Specimen-ExampleMimicSpecimen.html\">Specimen/ExampleMimicSpecimen</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>0 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units code mg/dL = 'mg/dL')</span></td><td>1.5 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units code mg/dL = 'mg/dL')</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://mimic.mit.edu/fhir/mimic/StructureDefinition/lab-priority",
      "valueString" : "STAT"
    }
  ],
  "identifier" : [
    {
      "system" : "http://mimic.mit.edu/fhir/mimic/identifier/observation-labevents",
      "value" : "284911"
    }
  ],
  "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-d-labitems",
        "code" : "50885",
        "display" : "Bilirubin, Total"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleMimicPatient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ExampleMimicEncounter"
  },
  "effectiveDateTime" : "2174-12-16T15:20:00-05:00",
  "issued" : "2174-12-16T17:10:00-05:00",
  "valueQuantity" : {
    "value" : 1.3,
    "unit" : "mg/dL",
    "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units",
    "code" : "mg/dL"
  },
  "specimen" : {
    🔗 "reference" : "Specimen/ExampleMimicSpecimen"
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 0,
        "unit" : "mg/dL",
        "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units",
        "code" : "mg/dL"
      },
      "high" : {
        "value" : 1.5,
        "unit" : "mg/dL",
        "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units",
        "code" : "mg/dL"
      }
    }
  ]
}