@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "gaittype-r-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/GaitType-sport"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation gaittype-r-example

status: Final

category: Activity

code: Finding of gait

subject: 連小妹(official) Female, DoB: 1990-01-01 ( Provider number (use: official, ))

effective: 2024-07-01

performer: Practitioner 陳建升

value: Gait normal

bodySite: Structure of right foot

component

code: Gait normal

value: 62 % (Details: UCUM code% = '%')

component

code: Medial rotation - action

value: 38 % (Details: UCUM code% = '%')

component

code: Lateral rotation - action

value: 0 % (Details: UCUM code% = '%')

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "activity" ] ; fhir:display [ fhir:v "Activity" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:298302000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "298302000" ] ; fhir:display [ fhir:v "Finding of gait" ] ] ) ; fhir:text [ fhir:v "Finding of gait" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/patient-ex-example" ] ] ; # fhir:effective [ fhir:v "2024-07-01"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/practitioner-c-example" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:8117002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "8117002" ] ; fhir:display [ fhir:v "Gait normal" ] ] ) ] ; # fhir:bodySite [ fhir:coding ( [ a sct:7769000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "7769000" ] ; fhir:display [ fhir:v "Structure of right foot" ] ] ) ] ; # fhir:component ( [ fhir:code [ fhir:coding ( [ a sct:8117002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "8117002" ] ; fhir:display [ fhir:v "Gait normal" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "62"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] [ fhir:code [ fhir:coding ( [ a sct:264739002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "264739002" ] ; fhir:display [ fhir:v "Medial rotation - action" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "38"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] [ fhir:code [ fhir:coding ( [ a sct:264730003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "264730003" ] ; fhir:display [ fhir:v "Lateral rotation - action" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "0"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] ) . # # -------------------------------------------------------------------------------------