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

Generated Narrative: Observation GrossFinding

status: Final

category: Laboratory

code: Pathology report gross observation Narrative

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: The specimen received in formalin has 3 parts. Part (A) consists of a piece of lung, labeled RLL segment and measures 6.5 x 3.3 x1.8 cm. A gray white firm tumor, 1.2 x 0.5 x 0.5 cm, is noted 0.8 cm from the bronchial cut end, 0.1 cm from visceral pleura.Part (B) consists of groups of lymph nodes labeled as above.Part (C) is a piece of lung labeled 'RLL margin', measuring 3.8x 1.8 x 1 cm. Representative parts are taken for sections in 5 blocks. (A:bronchial and vascular cut end, B:stapled margin,C:tumor, D:specimen labeled 'RLL margin', E:interlobar LNs)(WKW)

" ] ; # 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:22634-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "22634-0" ] ; fhir:display [ fhir:v "Pathology report gross observation Narrative" ] ] ) ] ; # 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 "The specimen received in formalin has 3 parts. Part (A) consists of a piece of lung, labeled RLL segment and measures 6.5 x 3.3 x1.8 cm. A gray white firm tumor, 1.2 x 0.5 x 0.5 cm, is noted 0.8 cm from the bronchial cut end, 0.1 cm from visceral pleura.Part (B) consists of groups of lymph nodes labeled as above.Part (C) is a piece of lung labeled 'RLL margin', measuring 3.8x 1.8 x 1 cm. Representative parts are taken for sections in 5 blocks. (A:bronchial and vascular cut end, B:stapled margin,C:tumor, D:specimen labeled 'RLL margin', E:interlobar LNs)(WKW)"] . # # -------------------------------------------------------------------------------------