@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SFBundleExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Bundle-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "https://www.cdc.gov.tw/"^^xsd:anyURI ] ; fhir:value [ fhir:v "Bundle01" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2022-07-12T02:30:00+08:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Composition/SFCompositionExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Patient/SFPatientExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Organization/SFOrganizationExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Practitioner/SFPractitionerExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Encounter/SFEncounterExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Condition/SFConditionExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Condition/SFDateOfDiaConditionExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Condition/SFDateOfFirMicroConfirmExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Condition/SFPrimaryCancerExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFGradeCliExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFGradePathExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFFirSurProcExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFSurProcOfPriSiteExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFRTExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFChemExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFHorSteTherapyExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFImmuExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFHemTransEndProcedureExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFTarTherapyExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFPalCareExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Procedure/SFOthTreatmentExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFHeightExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFWeightExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFSmokBehExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFBetNutChewBehExample"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "https://hapi.fhir.tw/fhir/Observation/SFDriBehExample"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # a fhir:Composition ; fhir:id [ fhir:v "SFCompositionExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Composition-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Composition SFCompositionExample

status: Final

type: Cancer event report

date: 2022-07-12 14:30:00+0800

author:

title: 癌症登記短表

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ a loinc:72134-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "72134-0" ] ; fhir:display [ fhir:v "Cancer event report" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:date [ fhir:v "2022-07-12T14:30:00+08:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Organization/SFOrganizationExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ] ] ) ; # fhir:title [ fhir:v "癌症登記短表"] ; # fhir:section ( [ fhir:title [ fhir:v "癌症確認section" ] ; fhir:code [ fhir:coding ( [ a sct:395099008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "395099008" ] ; fhir:display [ fhir:v "Cancer confirmed (situation)" ] ] ) ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFConditionExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFDateOfDiaConditionExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFDateOfFirMicroConfirmExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Condition/SFPrimaryCancerExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFGradeCliExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFGradePathExample" ] ] ) ] [ fhir:title [ fhir:v "首次療程section" ] ; fhir:code [ fhir:coding ( [ a sct:708255002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "708255002" ] ; fhir:display [ fhir:v "First line treatment (procedure)" ] ] ) ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFFirSurProcExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFSurProcOfPriSiteExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFRTExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFChemExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFHorSteTherapyExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFImmuExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFHemTransEndProcedureExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFTarTherapyExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFPalCareExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Procedure/SFOthTreatmentExample" ] ] ) ] [ fhir:title [ fhir:v "其他因子section" ] ; fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-LogicalModel-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherFactors" ] ; fhir:display [ fhir:v "其他因子" ] ] ) ] ; fhir:entry ( [ fhir:link ; fhir:reference [ fhir:v "Observation/SFHeightExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFWeightExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFSmokBehExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFBetNutChewBehExample" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/SFDriBehExample" ] ] ) ] ) . # a fhir:Patient ; fhir:id [ fhir:v "SFPatientExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Patient-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Wang Amy(OFFICIAL) male, DoB: 1986-03-24 (護照號碼: 123456789)

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NNxxx" ; fhir:extension ( [ fhir:extension ( [ fhir:url [ fhir:v "suffix"^^xsd:anyURI ] ; fhir:value [ fhir:v "TWN" ] ] [ fhir:url [ fhir:v "valueSet"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://hl7.org/fhir/ValueSet/iso3166-1-3"^^xsd:anyURI ; fhir:link ] ] ) ; fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-IdentifierSuffix-extension"^^xsd:anyURI ] ] ) ] ; fhir:display [ fhir:v "National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code" ] ] ) ] ; fhir:system [ fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456789" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical record number" ] ] ) ] ; fhir:system [ fhir:v "https://www.vghtpe.gov.tw/Index.action"^^xsd:anyURI ] ; fhir:value [ fhir:v "10216" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:text [ fhir:v "Wang Amy" ] ; fhir:family [ fhir:v "Wang" ] ; fhir:given ( [ fhir:v "Amy" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1986-03-24"^^xsd:date] ; # fhir:address ( [ fhir:postalCode [ fhir:v "112" ] ] ) ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/SFOrganizationExample" ] ] . # a fhir:Organization ; fhir:id [ fhir:v "SFOrganizationExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Organization-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization SFOrganizationExample

identifier: 8003621566684455

" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "8003621566684455" ] ] ) . # a fhir:Practitioner ; fhir:id [ fhir:v "SFPractitionerExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Practitioner-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner SFPractitionerExample

identifier: https://www.vghtpe.gov.tw/Index.action/KP00017

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://www.vghtpe.gov.tw/Index.action"^^xsd:anyURI ] ; fhir:value [ fhir:v "KP00017" ] ] ) . # a fhir:Encounter ; fhir:id [ fhir:v "SFEncounterExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Encounter-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:period [ fhir:start [ fhir:v "2019-02-12"^^xsd:date ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:link ; fhir:reference [ fhir:v "Condition/SFConditionExample" ] ] ] ) ; # fhir:serviceProvider [ fhir:link ; fhir:reference [ fhir:v "Organization/SFOrganizationExample" ] ] . # a fhir:Condition ; fhir:id [ fhir:v "SFConditionExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Condition-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Condition SFConditionExample

category: 申報醫院診斷,但未於申報醫院接受首次療程, 於申報醫院診斷, 未於申報醫院接受任何治療即死亡:(1)申報醫院診斷後死亡或病危出院 (2)他院診斷,轉診至申報醫院後死亡

code: 個案一生中第 1 個惡性腫瘤或原位癌

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)

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

Evidences

-Code
*組織病理學確診(Positive histology)
" ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ClassOfCase-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "申報醫院診斷,但未於申報醫院接受首次療程" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ClassOfDiaSta-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "於申報醫院診斷" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ClassOfTreatSta-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "未於申報醫院接受任何治療即死亡:(1)申報醫院診斷後死亡或病危出院 (2)他院診斷,轉診至申報醫院後死亡" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SeqNum-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "個案一生中第 1 個惡性腫瘤或原位癌" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ] ] ; # fhir:evidence ( [ fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-DiaConfirm-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "組織病理學確診(Positive histology)" ] ] ) ] ) ] ) . # a fhir:Condition ; fhir:id [ fhir:v "SFDateOfDiaConditionExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-DateOfDiaCondition-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] ; # fhir:onset [ a fhir:Period ; fhir:start [ fhir:v "2019-02-22"^^xsd:date ] ] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ] ] . # a fhir:Condition ; fhir:id [ fhir:v "SFDateOfFirMicroConfirmExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-DateOfFirMicroConfirm-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] ; # fhir:onset [ fhir:v "2019-02-22"^^xsd:date] ; # fhir:recorder [ fhir:link ; fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ] ] . # a fhir:Condition ; fhir:id [ fhir:v "SFPrimaryCancerExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-PrimaryCancer-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Histology-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-Histology-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "8001" ] ; fhir:display [ fhir:v "Tumor cells, malignant" ] ] ) ] ] [ fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-BehaviorCode-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-BehaviorCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "invasive" ] ] ) ] ] ) ; # fhir:bodySite ( [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-PrimarySite-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "C000" ] ; fhir:display [ fhir:v "External lip upper" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-Laterality-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "不是成對器官" ] ] ) ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] . # a fhir:Observation ; fhir:id [ fhir:v "SFGradeCliExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-GradeCli-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:code [ fhir:coding ( [ a loinc:75620-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "75620-5" ] ; fhir:display [ fhir:v "TNM clinical staging before treatment panel Cancer" ] ] ) ] ; # 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:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-GradeCli-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Site-specific grade system category-1" ] ] ) ] . # a fhir:Observation ; fhir:id [ fhir:v "SFGradePathExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-GradePath-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:code [ fhir:coding ( [ a loinc:75621-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "75621-3" ] ; fhir:display [ fhir:v "TNM pathologic staging after surgery panel Cancer" ] ] ) ] ; # 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:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-GradePath-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Site-specific grade system category-1" ] ] ) ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFFirSurProcExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-FirSurProc-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "FirstSurgicalProcedure" ] ; 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:performed [ fhir:v "2020-02-28"^^xsd:date] . # a fhir:Procedure ; fhir:id [ fhir:v "SFSurProcOfPriSiteExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-SurProcOfPriSite-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "SurgicalProcedureOfPrimarySite" ] ; fhir:display [ fhir:v "申報醫院原發部位手術方式" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-SurProcOfPriSite-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "84" ] ; fhir:display [ fhir:v "接受 RFA" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFRTExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-RT-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFRTExample

status: Completed

category: 申報醫院放射治療

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "RT" ] ; fhir:display [ fhir:v "申報醫院放射治療" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-InsOfRT-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFChemExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Chem-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFChemExample

status: Completed

category: 申報醫院化學治療

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "Chemotherapy" ] ; fhir:display [ fhir:v "申報醫院化學治療" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-Chem-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFHorSteTherapyExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-HorSteTherapy-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFHorSteTherapyExample

status: Completed

category: 申報醫院荷爾蒙/類固醇治療

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "HormoneSteroid" ] ; fhir:display [ fhir:v "申報醫院荷爾蒙/類固醇治療" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-HorSteTherapy-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "20" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFImmuExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Immu-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFImmuExample

status: Completed

category: 申報醫院免疫治療

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "Immunotherapy" ] ; fhir:display [ fhir:v "申報醫院免疫治療" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-Immu-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFHemTransEndProcedureExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-HemTransEndProcedure-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFHemTransEndProcedureExample

status: Completed

category: 申報醫院骨髓/幹細胞移植或內分泌處置

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "HematologicTransplantAndEndocrineProcedure" ] ; fhir:display [ fhir:v "申報醫院骨髓/幹細胞移植或內分泌處置" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-HemTransEndProcedure-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "10" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFTarTherapyExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-TarTherapy-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFTarTherapyExample

status: Completed

category: 申報醫院標靶治療

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "TargetedTherapy" ] ; fhir:display [ fhir:v "申報醫院標靶治療" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-TarTherapy-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "20" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFPalCareExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-PalCare-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFPalCareExample

status: Completed

category: 申報醫院緩和照護

code: (1)個案未接受緩和照護 (2)屍體解剖時才診斷為癌症

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)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "PalliativeCare" ] ; fhir:display [ fhir:v "申報醫院緩和照護" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-PalCare-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "(1)個案未接受緩和照護 (2)屍體解剖時才診斷為癌症" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/SFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/SFEncounterExample" ] ] . # a fhir:Procedure ; fhir:id [ fhir:v "SFOthTreatmentExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-OthTreatment-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Procedure SFOthTreatmentExample

status: Completed

category: 申報醫院其他治療

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)

performed: 2020-03-06 --> (ongoing)

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherTreatment" ] ; fhir:display [ fhir:v "申報醫院其他治療" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-OthTreatment-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; 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:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # a fhir:Observation ; fhir:id [ fhir:v "SFHeightExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Height-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:8302-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8302-2" ] ; fhir:display [ fhir:v "Body height" ] ] ) ] ; # 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:value [ a fhir:Quantity ; fhir:value [ fhir:v "160"^^xsd:decimal ] ; fhir:unit [ fhir:v "cm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "cm" ] ] . # a fhir:Observation ; fhir:id [ fhir:v "SFWeightExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Weight-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:29463-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body Weight" ] ] ) ] ; # 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:value [ a fhir:Quantity ; fhir:value [ fhir:v "50"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "kg" ] ] . # a fhir:Observation ; 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 "無吸菸" ] ] ) ] ] ) . # a fhir:Observation ; fhir:id [ fhir:v "SFBetNutChewBehExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-BetNutChewBeh-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation SFBetNutChewBehExample

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 "BetelNutChewing" ] ; 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-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/sf-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/sf-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/sf-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/sf-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/sf-BetNutChewQuit-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "88" ] ; fhir:display [ fhir:v "無嚼檳榔" ] ] ) ] ] ) . # a fhir:Observation ; fhir:id [ fhir:v "SFDriBehExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-DriBeh-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # 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 "Drinking" ] ; 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:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/sf-DriBeh-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "000" ] ; fhir:display [ fhir:v "從未喝酒" ] ] ) ] . # # -------------------------------------------------------------------------------------