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)
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: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.