OncoFAIR
0.1.0 - ci-build

OncoFAIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example OncoFAIR CarePlan - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "ExampleOncoFAIRCarePlan",
  "meta" : {
    "profile" : [
      🔗 "http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-careplan"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ExampleOncoFAIRCarePlan</b></p><a name=\"ExampleOncoFAIRCarePlan\"> </a><a name=\"hcExampleOncoFAIRCarePlan\"> </a><a name=\"ExampleOncoFAIRCarePlan-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-oncofair-careplan.html\">OncoFAIR CarePlan</a></p></div><blockquote><p><b>OncoFAIRCPTreatment</b></p><ul><li>treatmentRank: 1</li><li>dayRank: 1</li><li>dateTimeReference: 2024-05-29 10:00:00+0000</li></ul></blockquote><blockquote><p><b>OncoFAIRPharmacistAdvice</b></p><ul><li>pharmacistValidation: <span title=\"Codes:{http://ltsi.univ-rennes.fr/CodeSystem/siph-statutvalidpharm-oncofair-codesystem VAL}\">validée</span></li><li>pharmacistProposal: <span title=\"Codes:{http://ltsi.univ-rennes.fr/CodeSystem/siph-natureproppharm-oncofair-codesystem SUG}\">Suggestion</span></li></ul></blockquote><p><b>identifier</b>: CP-123456</p><p><b>basedOn</b>: <a href=\"CarePlan-ExampleOncoFAIRCarePlan.html\">CarePlan Example Prescribed Protocol</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>title</b>: Example Prescribed Protocol</p><p><b>subject</b>: <a href=\"Patient-ExampleOncoFAIRPatient.html\">Anonymous Patient (no stated gender), DoB Unknown ( 123456789)</a></p><p><b>note</b>: Patient diagnosed with condition X requiring protocol Y., Patient responded well to previous treatments., Parent Protocol ID: CP-654321</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "treatmentRank",
          "valueInteger" : 1
        },
        {
          "url" : "dayRank",
          "valueInteger" : 1
        },
        {
          "url" : "dateTimeReference",
          "valueDateTime" : "2024-05-29T10:00:00Z"
        }
      ],
      "url" : "http://ltsi.univ-rennes.fr/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://ltsi.univ-rennes.fr/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"
    }
  ]
}