Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtApsMedication-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "AtApsExampleMedication01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication AtApsExampleMedication01</b></p><a name=\"AtApsExampleMedication01\"> </a><a name=\"hcAtApsExampleMedication01\"> </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=\"StructureDefinition-at-aps-medication.html\">AT APS Medication</a></p></div><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc C09AA05}\">Ramipril 5mg Kapseln</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href=\"Organization-AtApsExampleOrganization01.html\">Amadeus Spital</a></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-AtApsExampleMedication01.html\">Ramipril Wirkstoff</a></td><td>true</td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Kapsel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></td></tr></table></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "C09AA05",
        "display" : "Ramipril"
      }
    ],
    "text" : "Ramipril 5mg Kapseln"
  },
  "status" : "active",
  "manufacturer" : {
    🔗 "reference" : "Organization/AtApsExampleOrganization01",
    "display" : "Amadeus Spital"
  },
  "ingredient" : [
    {
      "itemReference" : {
        🔗 "reference" : "Medication/AtApsExampleMedication01",
        "display" : "Ramipril Wirkstoff"
      },
      "isActive" : true,
      "strength" : {
        "numerator" : {
          "value" : 500,
          "unit" : "mg",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Kapsel",
          "system" : "http://unitsofmeasure.org",
          "code" : "1"
        }
      }
    }
  ]
}