ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtEmedListMedikationsplan-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "AtEmedExampleListMedikationsplan01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-list-medikationsplan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List AtEmedExampleListMedikationsplan01</b></p><a name=\"AtEmedExampleListMedikationsplan01\"> </a><a name=\"hcAtEmedExampleListMedikationsplan01\"> </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-emed-list-medikationsplan.html\">ELGA e-Medikation Medikationsplan</a></p></div><table class=\"clstu\"><tr><td>Date: 2013-11-20 23:10:23+1100 </td><td>Mode: Change List </td><td>Status: Current </td><td>Code: Review of medication </td></tr><tr><td>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Flag</td><td>Deleted</td></tr><tr><td>hydroxocobalamin</td><td>Prescribed</td><td></td></tr><tr><td>Morphine Sulfate</td><td>Cancelled</td><td>true</td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "changes",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "182836005",
        "display" : "Review of medication"
      }
    ],
    "text" : "Medication Review"
  },
  "date" : "2013-11-20T23:10:23+11:00",
  "source" : {
    "reference" : "Patient/example"
  },
  "entry" : [
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://nehta.gov.au/codes/medications/changetype",
            "code" : "01",
            "display" : "Prescribed"
          }
        ]
      },
      "item" : {
        "display" : "hydroxocobalamin"
      }
    },
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://nehta.gov.au/codes/medications/changetype",
            "code" : "02",
            "display" : "Cancelled"
          }
        ]
      },
      "deleted" : true,
      "item" : {
        "display" : "Morphine Sulfate"
      }
    }
  ]
}