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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationStatement",
  "id": "ExampleISiKMedikationsInformation3",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "value": 500,
            "unit": "ml Infusionslösung",
            "code": "mL"
          }
        }
      ],
      "timing": {
        "repeat": {
          "count": 6,
          "frequency": 1,
          "duration": 6,
          "durationUnit": "wk",
          "period": 1,
          "periodUnit": "wk"
        }
      }
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "Medication/ExampleISiKMedikament8"
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod": {
    "start": "2024-01-22",
    "end": "2024-02-26"
  },
  "dateAsserted": "2024-01-17"
}