@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "LFSurProcOfPriSiteAtOthFacExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/lf-SurProcOfPriSiteAtOthFac-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/lf-ProcedureCode-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "OtherSurgicalProcedureOfPrimarySite" ] ; fhir:display [ fhir:v "外院原發部位手術方式" ] ] ) ] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-OthSurProcOfPriSite-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "99" ] ; fhir:display [ fhir:v "不詳或不清楚" ] ] ) ; fhir:text [ fhir:v "99" ] ] ; # 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-05-21"^^xsd:date] . # # -------------------------------------------------------------------------------------