: ExampleISiKMedikationsInformation5 - JSON Representation
Raw json | Download
{
"resourceType" : "MedicationStatement",
"id" : "ExampleISiKMedikationsInformation5",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsInformation"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Beispiel für Medikation/Einnahme am ersten Dienstag jedes dritten Monats</div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://fhir.de/CodeSystem/ifa/pzn",
"code" : "07260796",
"display" : "Vitamin-B12-ratiopharm® N Ampullen zur Injektion"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientinMusterfrau"
},
"context" : {
"reference" : "Encounter/FachabteilungskontaktMinimal"
},
"effectivePeriod" : {
"start" : "2024-02-06"
},
"dateAsserted" : "2024-01-31",
"dosage" : [
{
"patientInstruction" : "alle 3 Monate am 1. Dienstag",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 3,
"periodUnit" : "mo",
"dayOfWeek" : [
"tue"
]
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "Tabl.",
"system" : "http://unitsofmeasure.org",
"code" : "1"
}
}
]
}
]
}