Physical Activity Implementation Guide
1.0.0 - STU Release 1 United States of America flag

This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Temporary Codes - XML Representation

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="pa-temporary-codes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes"/>
  <version value="1.0.0"/>
  <name value="PATemporaryCodes"/>
  <title value="Temporary Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-08-25T15:35:25+00:00"/>
  <publisher value="HL7 International - Patient Care WG"/>
  <contact>
    <name value="HL7 International - Patient Care WG"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/patientcare"/>
    </telecom>
  </contact>
  <description
               value="Codes that will eventually be proposed for LOINC or other code systems, but which 
  do not yet exist in 'official' code systems"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <count value="17"/>
  <property>
    <code value="notSelectable"/>
    <uri value="http://hl7.org/fhir/concept-properties#notSelectable"/>
    <type value="boolean"/>
  </property>
  <concept>
    <code value="PhysicalActivity"/>
    <display value="Physical Activity"/>
    <definition
                value="A category assigned to resources pertaining to evaluating, improving or sustaining a patient's level of physical activity."/>
  </concept>
  <concept>
    <code value="PAPanel"/>
    <display value="Physical Activity Panel"/>
    <definition
                value="A panel observation intended to group measures related to a specific occurrence of physical activity."/>
  </concept>
  <concept>
    <code value="DeviceActivePercentage"/>
    <display value="Device Active Percentage"/>
    <definition
                value="Indicates the percentage of the overall time associated with an aggregate or average measure that the device capturing the raw data used to calculate the sum or average was enabled and available to take measurements.  For example, if a pedometer capturing steps was only worn for 2 hours when calculating a daily step count, the percentage would be 2/24 - or 8%."/>
  </concept>
  <concept>
    <code value="PAConsultNote"/>
    <display value="Physical activity Consult note"/>
    <definition
                value="A consult note that describes assessments and interventions related to a patient's level of physical activity."/>
  </concept>
  <concept>
    <code value="Experience"/>
    <display value="Experience of Activity"/>
    <definition value="Indicates how the performer felt during the activity"/>
  </concept>
  <concept>
    <code value="_experienceCode"/>
    <display value="Experience codes"/>
    <definition value="Codes used to evaluate a performer's experience"/>
    <property>
      <code value="notSelectable"/>
      <valueBoolean value="true"/>
    </property>
    <concept>
      <code value="-5"/>
      <display value="Very Bad"/>
    </concept>
    <concept>
      <code value="-4"/>
    </concept>
    <concept>
      <code value="-3"/>
      <display value="Bad"/>
    </concept>
    <concept>
      <code value="-2"/>
    </concept>
    <concept>
      <code value="-1"/>
      <display value="Fairly Bad"/>
    </concept>
    <concept>
      <code value="0"/>
      <display value="Neutral"/>
    </concept>
    <concept>
      <code value="1"/>
      <display value="Fairly Good"/>
    </concept>
    <concept>
      <code value="2"/>
    </concept>
    <concept>
      <code value="3"/>
      <display value="Good"/>
    </concept>
    <concept>
      <code value="4"/>
    </concept>
    <concept>
      <code value="5"/>
      <display value="Very Good"/>
    </concept>
  </concept>
</CodeSystem>