CH EMS (R4)
2.1.0-ci-build - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions

: 1 Aspirin Cardio - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "1-AspirinCardio",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 1-AspirinCardio</b></p><a name=\"1-AspirinCardio\"> </a><a name=\"hc1-AspirinCardio\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"#hc1-AspirinCardio/1-Aspirin\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-1-ThomasMueller.html\">Thomas Müller (official) Male, DoB: 1961-10-01 ( urn:oid:2.16.756.5.32#7562295883070)</a></p><p><b>context</b>: <a href=\"Encounter-1-Einsatz.html\">Encounter: extension = wallet,Other,wrist watch,Other,Other; identifier = Einsatznummer:\u00a0S12345678; status = finished; class = emergency (ActCode#EMER); period = 2016-12-10 --&gt; (ongoing)</a></p><p><b>effective</b>: 2012-05 --&gt; (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:\">Herzvorfall vor 4 Jahren</span></p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Morning, Once</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Tablet (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT  code732936001 = 'Tablet (unit of presentation)')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #1-Aspirin</b></p><a name=\"1-AspirinCardio/1-Aspirin\"> </a><a name=\"hc1-AspirinCardio/1-Aspirin\"> </a><p><b>code</b>: <span title=\"Codes:\">Aspirin Cardio 100</span></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "1-Aspirin",
      "code" : {
        "text" : "Aspirin Cardio 100"
      }
    }
  ],
  "status" : "active",
  "medicationReference" : {
    "reference" : "#1-Aspirin"
  },
  "subject" : {
    🔗 "reference" : "Patient/1-ThomasMueller"
  },
  "context" : {
    🔗 "reference" : "Encounter/1-Einsatz"
  },
  "effectivePeriod" : {
    "start" : "2012-05"
  },
  "reasonCode" : [
    {
      "text" : "Herzvorfall vor 4 Jahren"
    }
  ],
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "when" : [
            "MORN"
          ]
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Tablet (unit of presentation)",
            "system" : "http://snomed.info/sct",
            "code" : "732936001"
          }
        }
      ]
    }
  ]
}