FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypeObservation
IdObservation-TreatmentPlanFollowedPatient147.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation

Resource Observation "TreatmentPlanFollowedPatient147"

Profile: Real Treatment Plan Followed

basedOn: CarePlan/TreatmentPlanPatient147

status: final

code: Compliance care assessment (SNOMED CT#410110000)

subject: Patient/BreastCancerPatient147 " LETSCHE"

value: Yes, fully followed (Real Treatment Plan Followed CodeSystem#yes)


Source1

{
  "resourceType": "Observation",
  "id": "TreatmentPlanFollowedPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/treatment-plan-followed"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "CarePlan/TreatmentPlanPatient147"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "410110000",
        "display": "Compliance care assessment"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/TreatmentPlanFollowedCodeSystem",
        "code": "yes",
        "display": "Yes, fully followed"
      }
    ]
  }
}