FHIR IG analytics| Package | hl7.fhir.fr.analyse-pharma |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-InLine-Analyse-Presc-Diazepam.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-Diazepam
Profil: FR Inpatient MedicationRequest
R5: Full representation of the dosage instructions (new):
1 comprimé toutes les 6 heures
status: Active
intent: Order
priority: Routine
medication: DIAZEPAM 10 mg (VALIUM) Comprimé bisécable
subject: Patient/14602
authoredOn: 2026-03-17 10:33:00+0100
requester: Practitioner/smart-Practitioner-71482713
groupIdentifier: Presc-20260317103300
note:
Prescription textuelle: DIAZEPAM 10 mg comprimé bisécable (VALIUM®): 1 comprimé toutes les 6 heures
dosageInstruction
timing: Une fois par 6 hours
DoseAndRates
Dose[x] 1 Comprimé (Détails : code EDQM Standard Terms15054000 = 'Tablet')
{
"resourceType": "MedicationRequest",
"id": "InLine-Analyse-Presc-Diazepam",
"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": "1 comprimé toutes les 6 heures"
}
],
"status": "active",
"intent": "order",
"priority": "routine",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://BogusSystemMedicabase.com",
"code": "MV00000531",
"display": "DIAZEPAM 10 mg (VALIUM) Comprimé bisécable"
}
]
},
"subject": {
"reference": "Patient/14602"
},
"authoredOn": "2026-03-17T10:33:00+01:00",
"requester": {
"reference": "Practitioner/smart-Practitioner-71482713"
},
"groupIdentifier": {
"value": "Presc-20260317103300"
},
"note": [
{
"text": "Prescription textuelle: DIAZEPAM 10 mg comprimé bisécable (VALIUM®): 1 comprimé toutes les 6 heures"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 6,
"periodUnit": "h"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Comprimé",
"system": "http://standardterms.edqm.eu",
"code": "15054000"
}
}
]
}
]
}