FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-ConcomitantMedicationExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement ConcomitantMedicationExample1
Profile: Concomitant Medication
identifier: ProtectChildConcomitantMedicationId/CM0001
status: Active
medication: Amlodipine
effective: 2024-01-10 --> (ongoing)
dosage
DoseAndRates
Dose[x] 5 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationStatement",
"id": "ConcomitantMedicationExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/concomitant-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/concomitant-medication-id",
"value": "CM0001"
}
],
"status": "active",
"medicationCodeableConcept": {
"text": "Amlodipine"
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"context": {
"reference": "Encounter/VisitExample1"
},
"effectivePeriod": {
"start": "2024-01-10"
},
"dosage": [
{
"doseAndRate": [
{
"doseQuantity": {
"value": 5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}