@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure ; fhir:nodeRole fhir:treeRoot ; 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 ] ] . # # -------------------------------------------------------------------------------------