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

Generated Narrative: Observation LFTumorSizeExample-1

status: Registered

code: Size.maximum dimension in Tumor

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)

effective: 2023-01-02

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

value: 描述為<1 cm

" ] ; # fhir:status [ fhir:v "registered"] ; # fhir:code [ fhir:coding ( [ a loinc:33728-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "33728-7" ] ; fhir:display [ fhir:v "Size.maximum dimension in Tumor" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/LFPatientExample" ] ] ; # 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-TumorSize-codesystem"^^xsd:anyURI ] ; fhir:code [ fhir:v "991" ] ; fhir:display [ fhir:v "描述為<1 cm" ] ] ) ] . # # -------------------------------------------------------------------------------------