FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Example-MR-Dosage-Bedarfsmedikation-MehrereAnlaesse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Example-MR-Dosage-Bedarfsmedikation-MehrereAnlaesse
Profile: Medication Request dgMP
status: Active
intent: Order
medication: Ibuprofen 400mg
subject: Patient
dosageInstruction
Dosage asNeededFor: Kopfschmerzen
Dosage asNeededFor: Fieber
Dosage asNeededFor: Gliederschmerzen
Mindestabstand zwischen Gaben: No display for Duration (value: 6; unit: Stunde(n); system: http://unitsofmeasure.org; code: h)
asNeeded: true
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1') maxDosePerPeriod: 4 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')/24 Stunde(n) (Details: UCUM codeh = 'h')
{
"resourceType": "MedicationRequest",
"id": "Example-MR-Dosage-Bedarfsmedikation-MehrereAnlaesse",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationRequestDgMP"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"text": "Ibuprofen 400mg"
},
"subject": {
"display": "Patient"
},
"dosageInstruction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor",
"valueCodeableConcept": {
"text": "Kopfschmerzen"
}
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor",
"valueCodeableConcept": {
"text": "Fieber"
}
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Dosage.asNeededFor",
"valueCodeableConcept": {
"text": "Gliederschmerzen"
}
}
],
"modifierExtension": [
{
"url": "http://ig.fhir.de/igs/medication/StructureDefinition/MindestabstandZwischenGaben",
"valueDuration": {
"value": 6,
"unit": "Stunde(n)",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
],
"asNeededBoolean": true,
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
],
"maxDosePerPeriod": {
"numerator": {
"value": 4,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
},
"denominator": {
"value": 24,
"unit": "Stunde(n)",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
}
]
}