HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions

: CarePlan Esempio - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="CarePlan-example"/>
  <meta>
    <profile
             value="http://hl7.it/fhir/dossier-pharma/StructureDefinition/CarePlan-it-dossierPharma"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan CarePlan-example</b></p><a name="CarePlan-example"> </a><a name="hcCarePlan-example"> </a><a name="CarePlan-example-it-IT"> </a><p><b>identifier</b>: 8348732947324</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href="Patient-Patient-Dossier-Esempio.html">Angela Verdi  Female, DoB: 1989-04-03 ( http://hl7.it/sid/codiceFiscale#VRDNGL89D43H501J)</a></p><p><b>period</b>: 2024-01-16 14:31:22+0000 --&gt; 2024-06-16 14:31:22+0000</p><p><b>created</b>: 2024-01-15 14:31:22+0000</p><p><b>author</b>: <a href="PractitionerRole-MedicoPrescrittoreExample01.html">PractitionerRole medico ospedaliero</a></p><blockquote><p><b>activity</b></p><h3>Details</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Status</b></td><td><b>Product[x]</b></td><td><b>DailyAmount</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>In Progress</td><td><span title="Codes:{http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic 037568019}">5 MICROGRAMMI SOLUZIONE INETTABILE - USO SOTTOCUTANEO PENNA PRERIEMPITA (VETRO)</span></td><td>2</td><td>1 Inject<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT  code422145002 = 'Inject - dosing instruction imperative (qualifier value)')</span></td></tr></table></blockquote></div>
  </text>
  <identifier>
    <value value="8348732947324"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <subject>🔗 
    <reference value="Patient/Patient-Dossier-Esempio"/>
  </subject>
  <period>
    <start value="2024-01-16T14:31:22.387Z"/>
    <end value="2024-06-16T14:31:22.387Z"/>
  </period>
  <created value="2024-01-15T14:31:22.387Z"/>
  <author>🔗 
    <reference value="PractitionerRole/MedicoPrescrittoreExample01"/>
  </author>
  <activity>
    <detail>
      <status value="in-progress"/>
      <productCodeableConcept>
        <coding>
          <system
                  value="http://hl7.it/fhir/dossier-pharma/CodeSystem/aifa-aic"/>
          <code value="037568019"/>
          <display
                   value="5 MICROGRAMMI SOLUZIONE INETTABILE - USO SOTTOCUTANEO PENNA PRERIEMPITA (VETRO)"/>
        </coding>
      </productCodeableConcept>
      <dailyAmount>
        <value value="2"/>
      </dailyAmount>
      <quantity>
        <value value="1"/>
        <unit value="Inject"/>
        <system value="http://snomed.info/sct"/>
        <code value="422145002"/>
      </quantity>
    </detail>
  </activity>
</CarePlan>