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

Generated Narrative: Observation LFSurMarOfPriSiteExample

status: Registered

code: Surgical margins cancer involvement

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)

effective: 2023-01-02

performer: Practitioner: identifier = https://www.vghtpe.gov.tw/Index.action#KP00017

value: 有殘存的侵襲性癌細胞,其他更詳細的情形則不清楚

" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:code [ fhir:coding ( [ a loinc:21939-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "21939-4" ] ; fhir:display [ fhir:v "Surgical margins cancer involvement" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/LFPatientExample" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/LFEncounterExample" ] ] ; # fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/LFPractitionerExample" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-SurMarOfPriSite-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "有殘存的侵襲性癌細胞,其他更詳細的情形則不清楚" ] ] ) ] . # # -------------------------------------------------------------------------------------