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

FHIR IG analytics

Packagede.gematik.isik-medikation
Resource TypeMedicationAdministration
IdMedicationAdministration-ExampleISiKMedikationsVerabreichung.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": "MedicationAdministration",
  "id": "ExampleISiKMedikationsVerabreichung",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung"
    ]
  },
  "dosage": {
    "dose": {
      "system": "http://unitsofmeasure.org",
      "value": 1,
      "unit": "Brausetablette",
      "code": "1"
    }
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/ExampleISiKMedikament1"
  },
  "subject": {
    "reference": "Patient/PatientinMusterfrau"
  },
  "context": {
    "reference": "Encounter/Versorgungsstellenkontakt"
  },
  "effectiveDateTime": "2021-07-01"
}