FHIR IG analytics| Package | de.gematik.isik-medikation |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-ExampleISiKMedikationsInformation1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "ExampleISiKMedikationsInformation1",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation"
]
},
"dosage": [
{
"doseAndRate": [
{
"doseQuantity": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "Brausetablette",
"code": "1"
}
}
],
"timing": {
"repeat": {
"when": [
"MORN",
"NOON",
"EVE"
]
}
}
}
],
"status": "active",
"medicationReference": {
"reference": "Medication/ExampleISiKMedikament1"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"context": {
"reference": "Encounter/Versorgungsstellenkontakt"
},
"effectivePeriod": {
"start": "2021-07-01"
},
"dateAsserted": "2021-07-01",
"reasonReference": [
{
"reference": "Condition/BehandlungsDiagnoseFreitext"
}
]
}