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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeMedicationStatement
IdMedicationStatement-ExampleISiKMedikationsInformationParkinson3.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": "ExampleISiKMedikationsInformationParkinson3",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
    ]
  },
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "value": 1,
            "unit": "FTbl.",
            "code": "1"
          }
        }
      ],
      "timing": {
        "repeat": {
          "timeOfDay": [
            "18:00:00"
          ]
        }
      }
    }
  ],
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "03395803",
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "display": "MadoparĀ® 125 mg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/FachabteilungskontaktMinimal"
  },
  "effectivePeriod": {
    "start": "2024-02-20"
  },
  "dateAsserted": "2024-02-20",
  "reasonReference": [
    {
      "reference": "Condition/DiagnoseParkinson"
    }
  ]
}