CH UMZH Connect IG (R4)
1.0.0-cibuild - ci-build Switzerland flag

CH UMZH Connect IG (R4), published by UMZH. This guide is not an authorized publication; it is the continuous build for version 1.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: Discharge Medication Aspirin - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "MedicationAspirin",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationAspirin</b></p><a name=\"MedicationAspirin\"> </a><a name=\"hcMedicationAspirin\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://fhir.ch/ig/ch-core/6.0.0/StructureDefinition-ch-core-medicationstatement.html\">CH Core MedicationStatement</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-MedAspirin.html\">Medication Acetylsalicylic acid</a></p><p><b>subject</b>: <a href=\"Patient-PetraMeier.html\">Petra Meier  Female, DoB: 1992-03-26 ( Medical record number)</a></p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Morning, Once</p><p><b>route</b>: <span title=\"Codes:{urn:oid:0.4.0.127.0.16.1.1.2.1 20053000}\">Oral use</span></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 Stk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{Piece} = '{Piece}')</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "medicationReference" : {
    🔗 "reference" : "Medication/MedAspirin"
  },
  "subject" : {
    🔗 "reference" : "Patient/PetraMeier"
  },
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2026-01-20"
          },
          "when" : [
            "MORN"
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Stk",
            "system" : "http://unitsofmeasure.org",
            "code" : "{Piece}"
          }
        }
      ]
    }
  ]
}