FHIR IG analytics| Package | de.fhir.medication |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-INV-C-TimingOnlyWhenOrTimeOfDay-Statement-01-of-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement INV-C-TimingOnlyWhenOrTimeOfDay-Statement-01-of-01
Profile: Medication Statement dgMP
status: Active
medication: DEV Medication
subject: DEV Dosage
dosage
timing: Morning, Once per 1 day
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
dosage
timing: Once per 1 day
DoseAndRates
Dose[x] 1 Stück (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT code1 = '1')
{
"resourceType": "MedicationStatement",
"id": "INV-C-TimingOnlyWhenOrTimeOfDay-Statement-01-of-01",
"meta": {
"profile": [
"http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"medicationCodeableConcept": {
"text": "DEV Medication"
},
"subject": {
"display": "DEV Dosage"
},
"dosage": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"when": [
"MORN"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
},
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"timeOfDay": [
"08:00:00"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Stück",
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
"code": "1"
}
}
]
}
]
}