FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MS-Unsupported-Dosage-12-of-20-MaxDosePerPeriod.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-12-of-20-MaxDosePerPeriod
Profile: Medication Statement dgMP
status: Active
medication: Unsupported Dosage MaxDosePerPeriod Medication
subject: Unsupported Dosage MaxDosePerPeriod
| Text | MaxDosePerPeriod |
| maxDosePerPeriod | 10 mg (Details: UCUM codemg = 'mg')/24 h (Details: UCUM codeh = 'h') |
{
"resourceType": "MedicationStatement",
"id": "MS-Unsupported-Dosage-12-of-20-MaxDosePerPeriod",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "Unsupported Dosage MaxDosePerPeriod Medication"
},
"subject": {
"display": "Unsupported Dosage MaxDosePerPeriod"
},
"dosage": [
{
"text": "maxDosePerPeriod",
"maxDosePerPeriod": {
"numerator": {
"value": 10,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 24,
"unit": "h",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
}
]
}