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

: Taking Triatec - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "MedStatTriatec",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedStatTriatec</b></p><a name=\"MedStatTriatec\"> </a><a name=\"hcMedStatTriatec\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"#hcMedStatTriatec/Triatec\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Patricia Muster (official) Female, DoB: 1999-11-11 ( urn:oid:2.16.756.5.32#7562295883070)</a></p><p><b>context</b>: <a href=\"Encounter-EncounterExample.html\">Encounter: extension = wedding ring,billfold,pickup by EMS,; identifier = Einsatznummer:\u00a0S89898989; status = finished; class = emergency (ActCode#EMER); serviceType = primary mission; priority = with siren; period = 2016-12-10 --&gt; (ongoing); reasonCode = emergency mission</a></p><p><b>dateAsserted</b>: 2016-11-29 11:00:00+0100</p><p><b>reasonCode</b>: <span title=\"Codes:\">Bluthochdruck</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>0.5 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 #Triatec</b></p><a name=\"MedStatTriatec/Triatec\"> </a><a name=\"hcMedStatTriatec/Triatec\"> </a><p><b>code</b>: <span title=\"Codes:\">TRIATEC Tabl 2.5 mg</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 386872004}\">Ramipril</span></td></tr></table></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "Triatec",
      "code" : {
        "text" : "TRIATEC Tabl 2.5 mg"
      },
      "ingredient" : [
        {
          "itemCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "386872004",
                "display" : "Ramipril (substance)"
              }
            ],
            "text" : "Ramipril"
          }
        }
      ]
    }
  ],
  "status" : "active",
  "medicationReference" : {
    "reference" : "#Triatec"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "context" : {
    🔗 "reference" : "Encounter/EncounterExample"
  },
  "dateAsserted" : "2016-11-29T11:00:00+01:00",
  "reasonCode" : [
    {
      "text" : "Bluthochdruck"
    }
  ],
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "when" : [
            "MORN"
          ]
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 0.5,
            "unit" : "Tablet (unit of presentation)",
            "system" : "http://snomed.info/sct",
            "code" : "732936001"
          }
        }
      ]
    }
  ]
}