FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | CarePlan |
| Id | CarePlan-OncoFAIRCarePlan-folfox.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan OncoFAIRCarePlan-folfox
Profile: OncoFAIR CarePlan
OncoFAIRCPTreatment
- treatmentRank: 1
- dayRank: 1
- dateTimeReference: 2024-11-01 10:00:00+0000
OncoFAIRPharmacistAdvice
- pharmacistValidation: validée
identifier: folfox-example
status: Active
intent: Order
title: Folfox
subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)
note: ,
Patient diagnosed with condition X requiring protocol Y.
Patient responded well to previous treatments.
{
"resourceType": "CarePlan",
"id": "OncoFAIRCarePlan-folfox",
"meta": {
"profile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-careplan"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "treatmentRank",
"valueInteger": 1
},
{
"url": "dayRank",
"valueInteger": 1
},
{
"url": "dateTimeReference",
"valueDateTime": "2024-11-01T10:00:00Z"
}
],
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-cp-treatment"
},
{
"extension": [
{
"url": "pharmacistValidation",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-statutvalidpharm-oncofair-codesystem",
"code": "VAL",
"display": "validée"
}
]
}
}
],
"url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-pharmacist-advice"
}
],
"identifier": [
{
"value": "folfox-example"
}
],
"status": "active",
"intent": "order",
"title": "Folfox",
"subject": {
"reference": "Patient/ExampleOncoFAIRPatient"
},
"note": [
{
"id": "indication",
"text": "Patient diagnosed with condition X requiring protocol Y."
},
{
"id": "comments",
"text": "Patient responded well to previous treatments."
}
]
}