FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-PrescriptionFolfox.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest PrescriptionFolfox
OncoFAIRMRPrescriptionValidationDate: 2024-06-01 08:00:00+0000
identifier: prescription-folfox-hospitals
basedOn: CarePlan Folfox
groupIdentifier: folfox-example
status: Active
intent: Order
| Concept |
| prescription |
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
encounter: Encounter: identifier = EN-987654; status = in-progress
supportingInformation:
| Reference |
| Observation Poids |
note:
This is a default comment on the prescription by the prescribing doctor.
{
"resourceType": "MedicationRequest",
"id": "PrescriptionFolfox",
"meta": {
"profile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-prescription"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-mr-prescription-validation-date",
"valueDateTime": "2024-06-01T08:00:00Z"
}
],
"identifier": [
{
"value": "prescription-folfox-hospitals"
}
],
"basedOn": [
{
"reference": "CarePlan/OncoFAIRCarePlan-folfox"
}
],
"groupIdentifier": {
"value": "folfox-example"
},
"status": "active",
"intent": "order",
"medication": {
"concept": {
"coding": [
{
"system": "http://ltsi.univ-rennes.fr/CodeSystem/concept-medication-oncofair-codesystem",
"code": "prescription",
"display": "prescription"
}
]
}
},
"subject": {
"reference": "Patient/ExampleOncoFAIRPatient"
},
"encounter": {
"reference": "Encounter/ExampleOncoFAIREncounter"
},
"supportingInformation": [
{
"id": "accomodationUnit",
"reference": "HealthcareService/ExampleHealthcareServiceAccomodation"
},
{
"id": "medicalLiabiltyUnit",
"reference": "HealthcareService/ExampleHealthcareServiceMedicalLiability"
}
],
"reason": [
{
"reference": {
"reference": "Observation/ExampleOncoFAIRObservation"
}
}
],
"note": [
{
"text": "This is a default comment on the prescription by the prescribing doctor."
}
]
}