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 (Turtle)

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

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example of a physical therapy neck manipulation procedure

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "physicaltherapy-neck"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"physicaltherapy-neck\"> </a><a name=\"hcphysicaltherapy-neck\"> </a></p><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\">Resource Procedure &quot;physicaltherapy-neck&quot; </p></div><p><b>status</b>: completed</p><p><b>category</b>: Neck manipulation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#119600000)</span></p><p><b>code</b>: Manipulation of the cervical spine - non-surgical (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#399010004)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> &quot;Peter CHALMERS&quot;</p><p><b>occurrence</b>: 2024-01-12</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: Paul Therapist, PT</span></td></tr></table><p><b>location</b>: <span>: Sawbones Orthopedic Clinic</span></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Cervical facet joint pain (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#298253002)</span></td></tr></table><p><b>bodySite</b>: Cervical spine C6 joint <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#410737007 &quot;Joint structure of sixth cervical vertebra (body structure)&quot;)</span></p><h3>Outcomes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td>Normal active range of cervical spine right lateral flexion (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#298429006)</span></td><td> </td></tr><tr><td style=\"display: none\">*</td><td>Normal passive range of cervical spine right lateral flexion (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#298434005)</span></td><td> </td></tr><tr><td style=\"display: none\">*</td><td>Normal active range of cervical spine right rotation (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#298451003)</span></td><td> </td></tr><tr><td style=\"display: none\">*</td><td>Normal passive range of cervical spine right rotation (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#298456008)</span></td><td> </td></tr><tr><td style=\"display: none\">*</td><td> </td><td><a href=\"observation-example.html\">Observation/example</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:119600000 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "119600000" ] ;
       fhir:display [ fhir:v "Neck manipulation" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a sct:399010004 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "399010004" ] ;
       fhir:display [ fhir:v "Manipulation of the cervical spine - non-surgical (procedure)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2024-01-12"^^xsd:date] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:display [ fhir:v "Paul Therapist, PT" ]
     ]
  ] ) ; # 
  fhir:location [
     fhir:display [ fhir:v "Sawbones Orthopedic Clinic" ]
  ] ; # 
  fhir:reason ( [
     fhir:concept [
       fhir:coding ( [
         a sct:298253002 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "298253002" ] ;
         fhir:display [ fhir:v "Cervical facet joint pain (finding)" ]
       ] )
     ]
  ] ) ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       a sct:410737007 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "410737007" ] ;
       fhir:display [ fhir:v "Joint structure of sixth cervical vertebra (body structure)" ]
     ] ) ;
     fhir:text [ fhir:v "Cervical spine C6 joint" ]
  ] ) ; # 
  fhir:outcome ( [
     fhir:concept [
       fhir:coding ( [
         a sct:298429006 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "298429006" ] ;
         fhir:display [ fhir:v "Normal active range of cervical spine right lateral flexion (finding)" ]
       ] )
     ]
  ] [
     fhir:concept [
       fhir:coding ( [
         a sct:298434005 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "298434005" ] ;
         fhir:display [ fhir:v "Normal passive range of cervical spine right lateral flexion (finding)" ]
       ] )
     ]
  ] [
     fhir:concept [
       fhir:coding ( [
         a sct:298451003 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "298451003" ] ;
         fhir:display [ fhir:v "Normal active range of cervical spine right rotation (finding)" ]
       ] )
     ]
  ] [
     fhir:concept [
       fhir:coding ( [
         a sct:298456008 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "298456008" ] ;
         fhir:display [ fhir:v "Normal passive range of cervical spine right rotation (finding)" ]
       ] )
     ]
  ] [
     fhir:reference [
       fhir:reference [ fhir:v "Observation/example" ]
     ]
  ] )] . # 

# -------------------------------------------------------------------------------------


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.