FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedicationRequest-CL-Ejemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MedicationRequest-CL-Ejemplo
Profile: Solicitud de medicación
status: Completed
intent: Original Order
medication: Pastilla Aspirina
subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
dosageInstruction
text: Administrar 500 mg por 3 días
timing: Once per 3 days
route: Vía de administración bucal
DoseAndRates
Dose[x] 500 mg (Details: UCUM codemg = 'mg')
| ValidityPeriod |
| 2019-02-04 --> 2019-02-05 |
{
"resourceType": "MedicationRequest",
"id": "MedicationRequest-CL-Ejemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/MedicationRequest-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "original-order",
"medicationReference": {
"reference": "Medication/MedicamentoCLEjemplo",
"display": "Pastilla Aspirina"
},
"subject": {
"reference": "Patient/PacienteClIpsEjemplo"
},
"dosageInstruction": [
{
"text": "Administrar 500 mg por 3 días",
"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"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2019-02-04",
"end": "2019-02-05"
}
}
}