FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-INV-C-ExtRequiresDosage-MR.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest INV-C-ExtRequiresDosage-MR
Profile: Medication Request dgMP
R5: Full representation of the dosage instructions (new):
Morgens 1 Tablette
status: Active
intent: Order
medication: Ibuprofen 400mg
subject: Patient
{
"resourceType": "MedicationRequest",
"id": "INV-C-ExtRequiresDosage-MR",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
"valueMarkdown": "Morgens 1 Tablette"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
}
}