FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-MedicationStatement-CL-Ejemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement MedicationStatement-CL-Ejemplo
Profile: Declaración de medicación
status: Completed
medication: Pastilla Aspirina
subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
effective: 2019-02-04 --> 2019-02-07
dosage
text: Administrar 500 mg/día
timing: Once per 3 days
route: Vía de administración bucal
DoseAndRates
Dose[x] 500 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationStatement",
"id": "MedicationStatement-CL-Ejemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RegMedicamentos-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/MedicamentoCLEjemplo",
"display": "Pastilla Aspirina"
},
"subject": {
"reference": "Patient/PacienteClIpsEjemplo"
},
"effectivePeriod": {
"start": "2019-02-04",
"end": "2019-02-07"
},
"dosage": [
{
"text": "Administrar 500 mg/día",
"timing": {
"repeat": {
"frequency": 1,
"period": 3,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "20002500",
"display": "Buccal use"
}
],
"text": "Vía de administración bucal"
},
"doseAndRate": [
{
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}