@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "LFChemExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/lf-Chem-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Procedure LFChemExample status: Completedcategory: 申報醫院化學治療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/lf-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/lf-Chem-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; 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 [ a fhir:Period ; fhir:start [ fhir:v "2020-03-06"^^xsd:date ] ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Procedure LFChemExample
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)