AMTS ISiK Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ExampleISiKMedikationsListe - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "ExampleISiKMedikationsListe",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsListe"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List ExampleISiKMedikationsListe</b></p><a name=\"ExampleISiKMedikationsListe\"> </a><a name=\"hcExampleISiKMedikationsListe\"> </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-ISiKMedikationsListe.html\">ISiK Medikationsliste</a></p></div><table class=\"clstu\"><tr><td>Date: 2021-07-04 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Medication List </td></tr><tr><td>Subject: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung\u00a0(use:\u00a0secondary,\u00a0))</a>Encounter: <a href=\"Encounter-Fachabteilungskontakt.html\">Encounter: extension = ; identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP); type = Abteilungskontakt,Operation; serviceType = Innere Medizin; period = 2021-02-12 --&gt; 2021-02-13</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-ExampleISiKMedikationsInformation1.html\">MedicationStatement: extension = Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar.,Akutmedikation (ISiK Medikationsart#akut),true,Schmerztherapie postoperativ; status = active; medication[x] = -&gt;Medication Acetylcystein; effective[x] = 2021-07-01 --&gt; (ongoing); dateAsserted = 2021-07-01</a></td><td>2021-07-01</td></tr><tr><td><a href=\"MedicationStatement-ExampleISiKMedikationsInformation2.html\">MedicationStatement: extension = -&gt;MedicationStatement: extension = Erhöhtes Blutungsrisiko ist in diesem Fall vertretbar.,Akutmedikation (ISiK Medikationsart#akut),true,Schmerztherapie postoperativ; status = active; medication[x] = -&gt;Medication Acetylcystein; effective[x] = 2021-07-01 --&gt; (ongoing); dateAsserted = 2021-07-01; status = active; medication[x] = -&gt;Medication ; effective[x] = 2021-07-04 --&gt; (ongoing); dateAsserted = 2021-07-03</a></td><td>2021-07-04</td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/list-example-use-codes",
        "code" : "medications"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientinMusterfrau"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Fachabteilungskontakt"
  },
  "date" : "2021-07-04",
  "entry" : [
    {
      "date" : "2021-07-01",
      "item" : {
        🔗 "reference" : "MedicationStatement/ExampleISiKMedikationsInformation1"
      }
    },
    {
      "date" : "2021-07-04",
      "item" : {
        🔗 "reference" : "MedicationStatement/ExampleISiKMedikationsInformation2"
      }
    }
  ]
}