FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Procedure/physicaltherapy-neck (XML)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Example of a physical therapy neck manipulation procedure (id = "physicaltherapy-neck")

<?xml version="1.0" encoding="UTF-8"?>

<Procedure xmlns="http://hl7.org/fhir">
  <id value="physicaltherapy-neck"/> 
  <status value="completed"/> 
  <category> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="119600000"/> 
      <display value="Neck manipulation"/> 
    </coding> 
  </category> 
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="399010004"/> 
      <display value="Manipulation of the cervical spine - non-surgical (procedure)"/> 
    </coding> 
  </code> 
  <subject> 
    <reference value="Patient/example"/> 
  </subject> 
  <occurrenceDateTime value="2024-01-12"/> 
  <performer> 
    <actor> 
      <display value="Paul Therapist, PT"/> 
    </actor> 
  </performer> 
  <location> 
    <display value="Sawbones Orthopedic Clinic"/> 
  </location> 
  <reason> 
    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="298253002"/> 
        <display value="Cervical facet joint pain (finding)"/> 
      </coding> 
    </concept> 
  </reason> 
  <bodySite> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="410737007"/> 
      <display value="Joint structure of sixth cervical vertebra (body structure)"/> 
    </coding> 
    <text value="Cervical spine C6 joint"/> 
  </bodySite> 
  <outcome> 
    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="298429006"/> 
        <display value="Normal active range of cervical spine right lateral flexion (finding)"/> 
      </coding> 
    </concept> 
  </outcome> 
  <outcome> 
    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="298434005"/> 
        <display value="Normal passive range of cervical spine right lateral flexion (finding)"/> 
      </coding> 
    </concept> 
  </outcome> 
  <outcome> 
    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="298451003"/> 
        <display value="Normal active range of cervical spine right rotation (finding)"/> 
      </coding> 
    </concept> 
  </outcome> 
  <outcome> 
    <concept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="298456008"/> 
        <display value="Normal passive range of cervical spine right rotation (finding)"/> 
      </coding> 
    </concept> 
  </outcome> 
  <outcome> 
    <reference> 
      <reference value="Observation/example"/> 
    </reference> 
  </outcome> 
</Procedure> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.