AMTS ISiK Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ExampleISiKMedikationsInformation4 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "ExampleISiKMedikationsInformation4",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Medikation/Einnahme zu jeder Mahlzeit (auch Zwischenmahlzeiten)</div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "code" : "10557318",
        "display" : "Sevelamercarbonat AL 800 mg"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientinMusterfrau"
  },
  "context" : {
    "reference" : "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod" : {
    "start" : "2024-01-22"
  },
  "dateAsserted" : "2024-02-16",
  "dosage" : [
    {
      "patientInstruction" : "auch zu Zwischenmahlzeiten",
      "timing" : {
        "repeat" : {
          "when" : [
            "C"
          ]
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Tabl.",
            "system" : "http://unitsofmeasure.org",
            "code" : "1"
          }
        }
      ]
    }
  ]
}