Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: Wheelchair Assistance Accommodation Simple Observation Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "simple-accommodation-wheelchair"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>       ] ;
fhir:value [
a fhir:String ;
fhir:v "Wheelchair Assistance Accommodation Simple Observation Example"       ]     ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description>       ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "This example of a *US Core Simple Observation Profile* records that the patient needs staff assistance with pushing a wheelchair during clinical encounters."       ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation simple-accommodation-wheelchair</b></p><a name=\"simple-accommodation-wheelchair\"> </a><a name=\"hcsimple-accommodation-wheelchair\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category accommodation}\">Reasonable accommodation</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category accommodation}\">Patient accommodation</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><p><b>effective</b>: 2026-05-13</p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></p><p><b>value</b>: Need staff available to assist with pushing wheelchair</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/CodeSystem/us-core-category>       ] ;
fhir:code [ fhir:v "accommodation" ]     ] ) ;
fhir:text [ fhir:v "Reasonable accommodation" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/CodeSystem/us-core-category>       ] ;
fhir:code [ fhir:v "accommodation" ]     ] ) ;
fhir:text [ fhir:v "Patient accommodation" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Baxter" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-05-13"^^xsd:date
  ] ; # 
  fhir:performer ( [
fhir:l fhir:Practitioner/practitioner-1 ;
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Dr Ronald Bone" ]
  ] ) ; # 
  fhir:value [
a fhir:String ;
fhir:v "Need staff available to assist with pushing wheelchair"
  ] . #