FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-0e15fa6c-d8d5-48b8-b88b-4980ade6234a.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest OncoFAIRMedicationRequestComponent-Folfox-oxaliplatine-diffuseur
Profile: OncoFAIR MedicationRequest Component
OncoFAIRMRComponentSolute: true
OncoFAIRMRIsDosageReferent: false
identifier: prescription-component-folfox-oxaliplatine-difuseur
groupIdentifier: folfox-example
status: Active
intent: Order
| Concept | Reference |
| component | Medication Oxaliplatin |
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
performer: Practitioner: identifier = 12345
| Reference |
| DeviceDefinition: identifier = Difuseur |
note: , ,
Prescribed component wording
Comments associated with the prescribed component
Specifies the reasons for prescribing this component
dosageInstruction
site: 6894000
route: Intravenous route
method: Administer (administration method)
DoseAndRates
Dose[x] 200 mg
| Allowed[x] |
| false |
{
"resourceType": "MedicationRequest",
"id": "OncoFAIRMedicationRequestComponent-Folfox-oxaliplatine-diffuseur",
"meta": {
"profile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-component"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-component-solute",
"valueBoolean": true
},
{
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-is-dosage-referent",
"valueBoolean": false
}
],
"identifier": [
{
"value": "prescription-component-folfox-oxaliplatine-difuseur"
}
],
"basedOn": [
{
"reference": "MedicationRequest/Element-folfox-diffuseur"
}
],
"groupIdentifier": {
"value": "folfox-example"
},
"status": "active",
"intent": "order",
"medication": {
"concept": {
"coding": [
{
"system": "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem",
"code": "component",
"display": "component"
}
]
},
"reference": {
"reference": "Medication/OncoFAIRMedication-oxaliplatine"
}
},
"subject": {
"reference": "Patient/ExampleOncoFAIRPatient"
},
"performer": [
{
"reference": "Practitioner/ExampleOncoFAIRPractitioner"
}
],
"device": [
{
"reference": {
"reference": "DeviceDefinition/ExampleOncoFAIRDeviceDefinition-diffuseur"
}
}
],
"note": [
{
"id": "wording",
"text": "Prescribed component wording"
},
{
"id": "comments",
"text": "Comments associated with the prescribed component"
},
{
"id": "indication",
"text": "Specifies the reasons for prescribing this component"
}
],
"dosageInstruction": [
{
"site": {
"coding": [
{
"code": "6894000"
}
]
},
"route": {
"coding": [
{
"code": "47625008",
"display": "Intravenous route"
}
]
},
"method": {
"coding": [
{
"code": "738990001",
"display": "Administer (administration method)"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 200,
"unit": "mg",
"system": "http://unitsofmeasure.org"
}
}
]
}
],
"substitution": {
"allowedBoolean": false
}
}