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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeMedicationStatement
IdMedicationStatement-ExampleISiKMedikationsInformationParkinson1.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 Parkinson-Medikation mit Medikament1

Source1

{
  "resourceType": "MedicationStatement",
  "id": "ExampleISiKMedikationsInformationParkinson1",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "value": 1,
            "unit": "Tbl.",
            "code": "1"
          }
        }
      ],
      "timing": {
        "repeat": {
          "timeOfDay": [
            "18:00:00"
          ]
        }
      }
    }
  ],
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "00003056",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "Stalevo® 100 mg/25 mg/200 mg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod": {
    "start": "2024-02-20"
  },
  "dateAsserted": "2024-02-20",
  "reasonReference": [
    {
      "reference": "Condition/DiagnoseParkinson"
    }
  ]
}