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

Generated Narrative: Procedure LFSurDiaAndStagingProcExample

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

" ] ; # fhir:status [ fhir:v "completed"] ; # fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "SurgicalDiagnosticAndStagingProcedure" ] ; fhir:display [ fhir:v "申報醫院診斷性及分期性手術處置" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-SurDiaAndStagingProc-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "00" ] ; 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:performed [ fhir:v "2020-03-06"^^xsd:date] . # # -------------------------------------------------------------------------------------