FHIR IG analytics| Package | hl7.fhir.cl.minsal.tei |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-PrednisonaEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PrescripciónMedicaciónTODO /PrescripcionMedicamento PrednisonaEjemplo
Profile: Solicitud de Medicamento LE
status: Draft
intent: Order
medication: Prednisona 5mg
requester: Practitioner Gonzalo Gonzalez
note:
2 veces al día por 1 mes
{
"resourceType": "MedicationRequest",
"id": "PrednisonaEjemplo",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MedicationRequestLE"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "draft",
"intent": "order",
"medicationCodeableConcept": {
"text": "Prednisona 5mg"
},
"subject": {
"reference": "Patient/EjemploPatientLE"
},
"encounter": {
"reference": "Encounter/AtencionEjemplo"
},
"requester": {
"reference": "Practitioner/PractitionerProfesionalLEAtendedor"
},
"note": [
{
"text": "2 veces al día por 1 mes"
}
]
}