FHIR IG analytics| Package | hl7.fhir.fr.medication |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-InLine-presc-Paracetamol1.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-presc-Paracetamol1
Profil: FR Inpatient MedicationRequest
status: Active
intent: Order
medication: Medication paracétamol
subject: Patient/14602
authoredOn: 2021-07-13 08:48:39+0000
requester: Practitioner/smart-Practitioner-71482713
groupIdentifier: Presc-24625
dosageInstruction
sequence: 1
timing: Une fois
route: Voie orale
DoseAndRates
Type Dose[x] Ordered 1 g (Détails : code UCUMg = 'g')
{
"resourceType": "MedicationRequest",
"id": "InLine-presc-Paracetamol1",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-inpatient-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/InLine-med-Paracetamol"
},
"subject": {
"reference": "Patient/14602"
},
"authoredOn": "2021-07-13T08:48:39.825Z",
"requester": {
"reference": "Practitioner/smart-Practitioner-71482713"
},
"groupIdentifier": {
"value": "Presc-24625"
},
"dosageInstruction": [
{
"sequence": 1,
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2021-07-13T08:48:00Z",
"end": "2021-07-18T08:47:59Z"
},
"timeOfDay": [
"07:00:00",
"12:00:00",
"18:00:00"
]
}
},
"route": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "20053000",
"display": "Voie orale"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
],
"text": "Ordered"
},
"doseQuantity": {
"value": 1,
"unit": "g",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
]
}
]
}