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

Generated Narrative: Observation SFSmokBehExample

status: Registered

code: 吸菸行為

subject: Wang Amy(official) Male, DoB: 1986-03-24 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: 123456789)

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2019-02-12 --> (ongoing)

effective: 2023-01-02

performer: Practitioner: identifier = https://www.vghtpe.gov.tw/Index.action#KP00017

component

code: 每日吸菸量,以”支”計算

value: 無吸菸

component

code: 吸菸年

value: 無吸菸

component

code: 戒菸年

value: 無吸菸

" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ObserBeh-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "Smoking" ] ; fhir:display [ fhir:v "吸菸行為" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] ; # fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ] ] ) ; # fhir:component ( [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SmokBeh-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "amount" ] ; fhir:display [ fhir:v "每日吸菸量,以”支”計算" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SmokAmount-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "無吸菸" ] ] ) ] ] [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SmokBeh-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "year" ] ; fhir:display [ fhir:v "吸菸年" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SmokYear-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "無吸菸" ] ] ) ] ] [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SmokBeh-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "quit" ] ; fhir:display [ fhir:v "戒菸年" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SmokQuit-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "88" ] ; fhir:display [ fhir:v "無吸菸" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------