FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MS-Unsupported-Dosage-09-of-20-RateRange.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MS-Unsupported-Dosage-09-of-20-RateRange
Profile: Medication Statement dgMP
status: Active
medication: Unsupported Dosage RateRange Medication
subject: Unsupported Dosage RateRange
dosage
text: rateRange
DoseAndRates
Rate[x] 5-15 ml/h
{
"resourceType": "MedicationStatement",
"id": "MS-Unsupported-Dosage-09-of-20-RateRange",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Unsupported Dosage RateRange Medication"
},
"subject": {
"display": "Unsupported Dosage RateRange"
},
"dosage": [
{
"text": "rateRange",
"doseAndRate": [
{
"rateRange": {
"low": {
"value": 5,
"unit": "ml/h",
"system": "http://unitsofmeasure.org",
"code": "mL/h"
},
"high": {
"value": 15,
"unit": "ml/h",
"system": "http://unitsofmeasure.org",
"code": "mL/h"
}
}
}
]
}
]
}