FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MS-Unsupported-Dosage-08-of-20-RateQuantity.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-08-of-20-RateQuantity
Profile: Medication Statement dgMP
status: Active
medication: Unsupported Dosage RateQuantity Medication
subject: Unsupported Dosage RateQuantity
dosage
text: rateQuantity
DoseAndRates
Rate[x] 10 ml/h (Details: UCUM codemL/h = 'mL/h')
{
"resourceType": "MedicationStatement",
"id": "MS-Unsupported-Dosage-08-of-20-RateQuantity",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Unsupported Dosage RateQuantity Medication"
},
"subject": {
"display": "Unsupported Dosage RateQuantity"
},
"dosage": [
{
"text": "rateQuantity",
"doseAndRate": [
{
"rateQuantity": {
"value": 10,
"unit": "ml/h",
"system": "http://unitsofmeasure.org",
"code": "mL/h"
}
}
]
}
]
}