Integrierte Versorgung Diabetes (R4) ****** TEST VERSION ******
0.1.1 - ci-build

Integrierte Versorgung Diabetes (R4) ****** TEST VERSION ****** - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-careplan-obesity - XML Representation

Raw xml | Download


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="example-careplan-obesity"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>A simple care plan to indicate a patient taking their weight once a day because of obesity.</p></div>
  </text>
  <contained>
    <Condition>
      <id value="plan-diab-obesity"/>
      <clinicalStatus>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
          <code value="active"/>
        </coding>
      </clinicalStatus>
      <verificationStatus>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
          <code value="confirmed"/>
        </coding>
      </verificationStatus>
      <code>
        <text value="Obesity"/>
      </code>
      <subject>
        <reference value="urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8"/>
        <display value="Susanne Testpatientin"/>
      </subject>
    </Condition>
  </contained>
  <identifier>
    <value value="12345"/>
  </identifier>
  <instantiatesUri value="http://example.org/protocol-for-obesity"/>
  <basedOn>
    <display value="Management of Type 2 Diabetes"/>
  </basedOn>
  <replaces>
    <display value="Plan from urgent care clinic"/>
  </replaces>
  <partOf>
    <display value="Overall wellness plan"/>
  </partOf>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <text value="Weight management plan"/>
  </category>
  <description value="Manage obesity and weight loss"/>
  <subject>
    <reference value="urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8"/>
    <display value="Susanne Testpatientin"/>
  </subject>
  <period>
    <end value="2017-06-01"/>
  </period>
  <created value="2016-01-01"/>
  <author>
    <reference value="urn:uuid:75db30ee-7028-486c-929a-c5126837f472"/>
    <display value="Dr. IV-Ärztin"/>
  </author>
  <addresses>
    <reference value="#plan-diab-obesity"/>
    <display value="obesity"/>
  </addresses>
  <activity>
    <outcomeCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="161832001"/>
        <display value="Progressive weight loss"/>
      </coding>
    </outcomeCodeableConcept>
    <detail>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="3141-9"/>
          <display value="Weight Measured"/>
        </coding>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="27113001"/>
          <display value="Body weight"/>
        </coding>
      </code>
      <status value="completed"/>
      <statusReason>
        <text value="Achieved weight loss to mitigate diabetes risk."/>
      </statusReason>
      <doNotPerform value="false"/>
      <scheduledTiming>
        <repeat>
          <frequency value="1"/>
          <period value="1"/>
          <periodUnit value="d"/>
        </repeat>
      </scheduledTiming>
      <location>
        <display value="Patient's home"/>
      </location>
      <performer>
        <reference value="urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8"/>
        <display value="Susanne Testpatientin"/>
      </performer>
    </detail>
  </activity>
</CarePlan>