FHIR IG analytics| Package | hl7.fhir.uv.ichom-breast-cancer |
| Resource Type | Observation |
| Id | Observation-TreatmentPlanNotFollowedPatient147.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "TreatmentPlanNotFollowedPatient147"
Profile: Treatment Plan Not Followed
basedOn: CarePlan/TreatmentPlanPatient147
status: final
code: Reason for not following original treatment plan (Observation identifiers for treatment plan non-compliance reason CodeSystem#reason-for-not-following)
subject: Patient/BreastCancerPatient147 " LETSCHE"
value: Patient preference (Real Treatment Plan Not Followed CodeSystem#patient-preference)
{
"resourceType": "Observation",
"id": "TreatmentPlanNotFollowedPatient147",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/treatment-plan-not-followed"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CarePlan/TreatmentPlanPatient147"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/TreatmentPlanComplianceCodeSystem",
"code": "reason-for-not-following",
"display": "Reason for not following original treatment plan"
}
]
},
"subject": {
"reference": "Patient/BreastCancerPatient147"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/TreatmentPlanNotFollowedCodeSystem",
"code": "patient-preference",
"display": "Patient preference"
}
]
}
}