FHIR IG analytics| Package | hl7.fhir.fr.analyse-pharma |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-InLine-Analyse-Presc-Morphine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : PrescriptionMédicamenteuseTODO InLine-Analyse-Presc-Morphine
Profil: FR Inpatient MedicationRequest
R5: Full representation of the dosage instructions (new):
une gélule le soir (à 20h)
status: Active
intent: Order
priority: Routine
medication: MORPHINE LP 10mg gélule microgranulé à libération prolongée
subject: Patient/14602
authoredOn: 2025-07-23 10:33:00+0100
requester: Practitioner/smart-Practitioner-71482713
groupIdentifier: Presc-3657
note:
Prescription textuelle: MORPHINE SULFATE LP 10 mg gélule microgranule à libération prolongée: une gélule le soir (à 20h)
dosageInstruction
timing: Soir, Une fois
DoseAndRates
Dose[x] 1 gélule (Détails : code EDQM Standard Terms15012000 = 'Capsule')
{
"resourceType": "MedicationRequest",
"id": "InLine-Analyse-Presc-Morphine",
"meta": {
"profile": [
"https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-inpatient-medicationrequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
"valueMarkdown": "une gélule le soir (à 20h)"
}
],
"status": "active",
"intent": "order",
"priority": "routine",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://BogusSystemMedicabase.com",
"code": "MV00001636",
"display": "MORPHINE LP 10mg gélule microgranulé à libération prolongée"
}
]
},
"subject": {
"reference": "Patient/14602"
},
"authoredOn": "2025-07-23T10:33:00+01:00",
"requester": {
"reference": "Practitioner/smart-Practitioner-71482713"
},
"groupIdentifier": {
"value": "Presc-3657"
},
"note": [
{
"text": "Prescription textuelle: MORPHINE SULFATE LP 10 mg gélule microgranule à libération prolongée: une gélule le soir (à 20h)"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"timeOfDay": [
"20:00:00"
],
"when": [
"EVE"
]
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "gélule",
"system": "http://standardterms.edqm.eu",
"code": "15012000"
}
}
]
}
]
}