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

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeCarePlan
IdCarePlan-ExampleOncoFAIRCarePlan.json
FHIR VersionR5

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 ExampleOncoFAIRCarePlan

OncoFAIRCPTreatment

  • treatmentRank: 1
  • dayRank: 1
  • dateTimeReference: 2024-05-29 10:00:00+0000

OncoFAIRPharmacistAdvice

  • pharmacistValidation: validée
  • pharmacistProposal: Suggestion

identifier: CP-123456

basedOn: CarePlan Example Prescribed Protocol

status: Active

intent: Order

title: Example Prescribed Protocol

subject: Anonymous Patient (no stated gender), DoB Unknown ( 123456789)

note: , ,

Patient diagnosed with condition X requiring protocol Y.

Patient responded well to previous treatments.

Parent Protocol ID: CP-654321


Source1

{
  "resourceType": "CarePlan",
  "id": "ExampleOncoFAIRCarePlan",
  "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-05-29T10: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": "pharmacistProposal",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://ltsi.univ-rennes.fr/CodeSystem/siph-natureproppharm-oncofair-codesystem",
                "code": "SUG",
                "display": "Suggestion"
              }
            ]
          }
        }
      ],
      "url": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-pharmacist-advice"
    }
  ],
  "identifier": [
    {
      "value": "CP-123456"
    }
  ],
  "basedOn": [
    {
      "reference": "CarePlan/ExampleOncoFAIRCarePlan"
    }
  ],
  "status": "active",
  "intent": "order",
  "title": "Example Prescribed Protocol",
  "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."
    },
    {
      "id": "idFatherProtocol",
      "text": "Parent Protocol ID: CP-654321"
    }
  ]
}