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

Generated Narrative: Observation gaitcycle-r-example

status: Final

category: Activity

code: Measure of gait

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

effective: 2024-07-01

performer: Practitioner 陳建升

bodySite: Structure of right foot

component

code: 支撐期(stance phase)

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

component

code: 擺動期(swing phase)

value: 42 % (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:363837002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "363837002" ] ; fhir:display [ fhir:v "Measure of gait" ] ] ) ; fhir:text [ fhir:v "Measure 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: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 ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/gait-cycle"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "支撐期(stance phase)" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "58"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/gait-cycle"^^xsd:anyURI ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "擺動期(swing phase)" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "42"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ] ) . # # -------------------------------------------------------------------------------------