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

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypeCarePlan
IdCarePlan-TreatmentPlanPatient147.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: CarePlan

Resource CarePlan "TreatmentPlanPatient147"

Profile: Treatment recommended by a multidisciplinary team

status: active

intent: plan

category: Multidisciplinary assessment (SNOMED CT#312384001)

subject: Patient/BreastCancerPatient147 " LETSCHE"

activity

Details

-CodeStatus
*Surgical procedure (SNOMED CT#387713003)unknown

Source1

{
  "resourceType": "CarePlan",
  "id": "TreatmentPlanPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/treatment-plan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "312384001",
          "display": "Multidisciplinary assessment"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "387713003",
              "display": "Surgical procedure"
            }
          ]
        },
        "status": "unknown"
      }
    }
  ]
}