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

Generated Narrative: Observation Totaltumorsize

status: Final

category: Laboratory

code: Size Tumor

subject: 胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

effective: 2021-06-21

performer: Practitioner 大吉 連 (official)

value: 0.6x0.4cm

component

code: Size.maximum dimension in Tumor

value: 0.6 cm (Details: UCUM codecm = 'cm')

component

code: Size additional dimension in Tumor

value: 0.4 cm (Details: UCUM codecm = 'cm')

" ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:21889-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "21889-1" ] ; fhir:display [ fhir:v "Size Tumor" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/TWCorePatient" ] ] ; # fhir:effective [ fhir:v "2021-06-21"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ] ] ) ; # fhir:value [ fhir:v "0.6x0.4cm"] ; # fhir:component ( [ 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:value [ a fhir:Quantity ; fhir:value [ fhir:v "0.6"^^xsd:decimal ] ; fhir:unit [ fhir:v "cm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "cm" ] ] ] [ fhir:code [ fhir:coding ( [ a loinc:33729-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "33729-5" ] ; fhir:display [ fhir:v "Size additional dimension in Tumor" ] ] ) ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "0.4"^^xsd:decimal ] ; fhir:unit [ fhir:v "cm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "cm" ] ] ] ) . # # -------------------------------------------------------------------------------------