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

Generated Narrative: Observation LFBetNutChewBehExample

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/lf-ObserBeh-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "BetelNutChewing" ] ; fhir:display [ fhir:v "嚼檳榔行為" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/LFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/LFEncounterExample" ] ] ; # fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/LFPractitionerExample" ] ] ) ; # fhir:component ( [ fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-BetNutChewBeh-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/lf-BetNutChewAmount-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/lf-BetNutChewBeh-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/lf-BetNutChewYear-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/lf-BetNutChewBeh-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/lf-BetNutChewQuit-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "88" ] ; fhir:display [ fhir:v "無嚼檳榔" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------