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