FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-PreMedicationExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement PreMedicationExample1
Profile: Pre-transplant Medication
identifier: ProtectChildPreMedicationId/PM0001
status: Completed
medication: Amlodipine
note:
Low-dose aspirin
{
"resourceType": "MedicationStatement",
"id": "PreMedicationExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/pre-medication-id",
"value": "PM0001"
}
],
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/pre-medication-antihypertensive-drug-cs",
"code": "1332418",
"display": "Amlodipine"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"context": {
"reference": "Encounter/VisitExample1"
},
"note": [
{
"text": "Low-dose aspirin"
}
]
}