@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "LFEncounterExample"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/lf-Encounter-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Encounter LFEncounterExample status: Finishedclass: ActCode AMB: ambulatorysubject: 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)period: 2019-02-12 --> (ongoing)Diagnoses-Condition*Condition 個案一生中第 1 個惡性腫瘤或原位癌serviceProvider: Organization: identifier = 8003621566684455" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/LFPatientExample" ] ] ; # fhir:period [ fhir:start [ fhir:v "2019-02-12"^^xsd:date ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:link ; fhir:reference [ fhir:v "Condition/LFConditionExample" ] ] ] ) ; # fhir:serviceProvider [ fhir:link ; fhir:reference [ fhir:v "Organization/LFOrganizationExample" ] ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Encounter LFEncounterExample
status: Finished
class: ActCode AMB: ambulatory
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)
period: 2019-02-12 --> (ongoing)
serviceProvider: Organization: identifier = 8003621566684455