FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.isik
Resource TypeMedicationStatement
IdMedicationStatement-ExampleISiKMedikationsInformation4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Beispiel für Medikation/Einnahme zu jeder Mahlzeit (auch Zwischenmahlzeiten)

Source1

{
  "resourceType": "MedicationStatement",
  "id": "ExampleISiKMedikationsInformation4",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "value": 1,
            "unit": "Tabl.",
            "code": "1"
          }
        }
      ],
      "timing": {
        "repeat": {
          "when": [
            "C"
          ]
        }
      },
      "patientInstruction": "auch zu Zwischenmahlzeiten"
    }
  ],
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "10557318",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Sevelamercarbonat AL 800 mg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod": {
    "start": "2024-01-22"
  },
  "dateAsserted": "2024-02-16"
}