FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-ImmPatInductionExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement ImmPatInductionExample1
Profile: Immunosuppressant to Patient
identifier: ProtectChildImmPatId/IMMPAT-IND-001
status: Completed
category: Induction
medication: Medication Steroid (methylprednisolone)
effective: 2023-08-15 --> 2023-08-15
dosage
DoseAndRates
Dose[x] 0.15 mg/kg (Details: UCUM codemg.kg-1 = 'mg.kg-1')
{
"resourceType": "MedicationStatement",
"id": "ImmPatInductionExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/imm-pat"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/imm-pat-id",
"value": "IMMPAT-IND-001"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-phase-cs",
"code": "induction",
"display": "Induction"
}
]
},
"medicationReference": {
"reference": "Medication/ImmunosuppressantExample1"
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"context": {
"reference": "Encounter/VisitExample1"
},
"effectivePeriod": {
"start": "2023-08-15",
"end": "2023-08-15"
},
"dosage": [
{
"doseAndRate": [
{
"doseQuantity": {
"value": 0.15,
"unit": "mg/kg",
"system": "http://unitsofmeasure.org",
"code": "mg.kg-1"
}
}
]
}
]
}