CH LAB-Order (R4)
2.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: MedicationStatement: Acetylsalicylat Verordnung - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "Acetylsalicylat",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement </b><a name=\"Acetylsalicylat\"> </a><a name=\"hcAcetylsalicylat\"> </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\">ResourceMedicationStatement &quot;Acetylsalicylat&quot; </p></div><p><b>status</b>: active</p><p><b>medication</b>: <a href=\"Medication-Aspirin.html\">Medication/Aspirin</a></p><p><b>subject</b>: <a href=\"Patient-HansGuggindieluft.html\">Patient/HansGuggindieluft: HansGuggindieluft</a> &quot; GUGGINDIELUFT&quot;</p><p><b>effective</b>: 2023-11-11</p><p><b>dateAsserted</b>: 2023-11-11</p><p><b>informationSource</b>: <a href=\"Patient-HansGuggindieluft.html\">Patient/HansGuggindieluft: HansGuggindieluft</a> &quot; GUGGINDIELUFT&quot;</p><p><b>note</b>: Patient takes it every day in the morning back pain</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>1 tablet per day</td></tr></table></div>"
  },
  "status" : "active",
  "medicationReference" : {
    🔗 "reference" : "Medication/Aspirin"
  },
  "subject" : {
    🔗 "reference" : "Patient/HansGuggindieluft",
    "display" : "HansGuggindieluft"
  },
  "effectiveDateTime" : "2023-11-11",
  "dateAsserted" : "2023-11-11",
  "informationSource" : {
    🔗 "reference" : "Patient/HansGuggindieluft",
    "display" : "HansGuggindieluft"
  },
  "note" : [
    {
      "text" : "Patient takes it every day in the morning back pain"
    }
  ],
  "dosage" : [
    {
      "sequence" : 1,
      "text" : "1 tablet per day"
    }
  ]
}