FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Component.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Component
Profile: OncoFAIR MedicationRequest Component
OncoFAIRMRExemptLTC: Accident vasculaire cérébral invalidant
OncoFAIRMRComponentSolute: false
OncoFAIRMRIsDosageReferent: true
status: Active
intent: Order
| Concept | Reference |
| component | Medication Ibuprofen |
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
note: , ,
Prescribed component wording
Comments associated with the prescribed component
Specifies the reasons for prescribing this component
dosageInstruction
DoseAndRates
Dose[x] 250 mg
| Allowed[x] |
| false |
{
"resourceType": "MedicationRequest",
"id": "Component",
"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-exempt-ltc",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-listeald-oncofair-codesystem",
"code": "ALD1",
"display": "Accident vasculaire cérébral invalidant"
}
]
}
},
{
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-component-solute",
"valueBoolean": false
},
{
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-is-dosage-referent",
"valueBoolean": true
}
],
"basedOn": [
{
"reference": "MedicationRequest/Element"
}
],
"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/ExampleOncoFAIRMedication"
}
},
"subject": {
"reference": "Patient/ExampleOncoFAIRPatient"
},
"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": [
{
"doseAndRate": [
{
"doseQuantity": {
"value": 250,
"unit": "mg",
"system": "http://unitsofmeasure.org"
}
}
]
}
],
"substitution": {
"allowedBoolean": false
}
}