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

Generated Narrative: Observation Histologicpattern

status: Final

category: Laboratory

code: Pattern (attribute)

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: acinar(90%),lepidic(10%)

" ] ; # 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 sct:255711007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "255711007" ] ; fhir:display [ fhir:v "Pattern (attribute)" ] ] ) ] ; # 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 [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/NSCLC-Histologic-pattern"^^xsd:anyURI ] ; fhir:code [ fhir:v "acinar" ] ; fhir:display [ fhir:v "acinar" ] ] [ fhir:system [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/NSCLC-Histologic-pattern"^^xsd:anyURI ] ; fhir:code [ fhir:v "lepidic" ] ; fhir:display [ fhir:v "lepidic" ] ] ) ; fhir:text [ fhir:v "acinar(90%),lepidic(10%)" ] ] . # # -------------------------------------------------------------------------------------