German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dauermedikation Ramipril 5mg — Weber - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "ExampleMedicationStatementRamipril",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement ExampleMedicationStatementRamipril</b></p><a name=\"ExampleMedicationStatementRamipril\"> </a><a name=\"hcExampleMedicationStatementRamipril\"> </a><p><b>Dauermedikation</b>: true</p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/ifa/pzn 00584567}\">Ramipril 5mg Tabletten</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2022-06-01 --&gt; (ongoing)</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1-0-0 morgens</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/praxis/StructureDefinition/is-dauermedikation",
      "valueBoolean" : true
    }
  ],
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "code" : "00584567",
        "display" : "Ramipril 5mg Tabletten"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "effectivePeriod" : {
    "start" : "2022-06-01"
  },
  "dosage" : [
    {
      "text" : "1-0-0 morgens"
    }
  ]
}