FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Prescription.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Prescription
OncoFAIRMRPrescriptionValidationDate: 2024-06-01 08:00:00+0000
identifier: example
status: Active
intent: Order
| Concept |
| prescription |
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
encounter: Encounter: identifier = EN-987654; status = in-progress
{
"resourceType": "MedicationRequest",
"id": "Prescription",
"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": "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"
}
}