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 - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="ExampleOncoFAIRCarePlan"/>
  <meta>
    <profile
             value="http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-careplan"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-cp-treatment">
    <extension url="treatmentRank">
      <valueInteger value="1"/>
    </extension>
    <extension url="dayRank">
      <valueInteger value="1"/>
    </extension>
    <extension url="dateTimeReference">
      <valueDateTime value="2024-05-29T10:00:00Z"/>
    </extension>
  </extension>
  <extension
             url="http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-pharmacist-advice">
    <extension url="pharmacistValidation">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://ltsi.univ-rennes.fr/CodeSystem/siph-statutvalidpharm-oncofair-codesystem"/>
          <code value="VAL"/>
          <display value="validée"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="pharmacistProposal">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://ltsi.univ-rennes.fr/CodeSystem/siph-natureproppharm-oncofair-codesystem"/>
          <code value="SUG"/>
          <display value="Suggestion"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <value value="CP-123456"/>
  </identifier>
  <basedOn>🔗 
    <reference value="CarePlan/ExampleOncoFAIRCarePlan"/>
  </basedOn>
  <status value="active"/>
  <intent value="order"/>
  <title value="Example Prescribed Protocol"/>
  <subject>🔗 
    <reference value="Patient/ExampleOncoFAIRPatient"/>
  </subject>
  <note id="indication">
    <text value="Patient diagnosed with condition X requiring protocol Y."/>
  </note>
  <note id="comments">
    <text value="Patient responded well to previous treatments."/>
  </note>
  <note id="idFatherProtocol">
    <text value="Parent Protocol ID: CP-654321"/>
  </note>
</CarePlan>