FHIR IG analytics| Package | de.gematik.isik-medikation |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-ExampleISiKMedikationsVerordnung.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "ExampleISiKMedikationsVerordnung",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerordnung"
]
},
"dosageInstruction": [
{
"doseAndRate": [
{
"doseQuantity": {
"system": "http://unitsofmeasure.org",
"value": 1,
"unit": "Brausetablette",
"code": "1"
}
}
],
"timing": {
"repeat": {
"when": [
"MORN",
"NOON",
"EVE"
]
}
}
}
],
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/ExampleISiKMedikament1"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"encounter": {
"reference": "Encounter/Versorgungsstellenkontakt"
},
"authoredOn": "2021-07-01",
"requester": {
"reference": "Practitioner/PractitionerWalterArzt"
},
"reasonReference": [
{
"reference": "Condition/BehandlungsDiagnoseFreitext"
}
]
}