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 MedicationStatement resource MIMIC-ED - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "ExampleMimicMedicationStatementED",
  "meta" : {
    "profile" : [
      🔗 "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-medication-statement-ed"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"ExampleMimicMedicationStatementED\"> </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 MedicationStatement &quot;ExampleMimicMedicationStatementED&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mimic-medication-statement-ed.html\">MIMIC-ED MedicationStatement</a></p></div><p><b>status</b>: unknown</p><p><b>medication</b>: Minerals and Electrolytes - Calcium Replacement/Vitamin D Combinations <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-mimic-medication-gsn.html\">MimicMedicationGsn</a>#063395; <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ndc.html\">National drug codes</a>#11845014031; <a href=\"CodeSystem-mimic-medication-etc.html\">MimicMedicationEtc</a>#00006143)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleMimicPatientED.html\">Patient/ExampleMimicPatientED</a> &quot;&quot;</p><p><b>context</b>: <a href=\"Encounter-ExampleMimicEncounterED.html\">Encounter/ExampleMimicEncounterED</a></p><p><b>dateAsserted</b>: 2177-02-13 03:31:00+0000</p></div>"
  },
  "status" : "unknown",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-gsn",
        "code" : "063395"
      },
      {
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "11845014031"
      },
      {
        "system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-etc",
        "code" : "00006143"
      }
    ],
    "text" : "Minerals and Electrolytes - Calcium Replacement/Vitamin D Combinations"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleMimicPatientED"
  },
  "context" : {
    🔗 "reference" : "Encounter/ExampleMimicEncounterED"
  },
  "dateAsserted" : "2177-02-13T03:31:00.000Z"
}