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

Generated Narrative: Specimen TWCoreSpecimen

identifier: Filler Identifier/S12345_01A

status: Available

type: Specimen from lung obtained by biopsy (specimen)

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, ))

Collections

-CollectorCollected[x]MethodBodySite
*Practitioner 大吉 連 (official)2021-06-21 06:15:00+0000Biopsy of lung (procedure)Structure of segment of upper lobe of left lung (body structure)
" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "FILL" ] ; fhir:display [ fhir:v "Filler Identifier" ] ] ) ] ; fhir:value [ fhir:v "S12345_01A" ] ] ) ; # fhir:status [ fhir:v "available"] ; # fhir:type [ fhir:coding ( [ a sct:122610009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "122610009" ] ; fhir:display [ fhir:v "Specimen from lung obtained by biopsy (specimen)" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/TWCorePatient" ] ] ; # fhir:collection [ fhir:collector [ fhir:link ; fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ] ] ; fhir:collected [ fhir:v "2021-06-21T06:15:00Z"^^xsd:dateTime ] ; fhir:method [ fhir:coding ( [ a sct:78603008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "78603008" ] ; fhir:display [ fhir:v "Biopsy of lung (procedure)" ] ] ) ] ; fhir:bodySite [ fhir:coding ( [ a sct:245521007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "245521007" ] ; fhir:display [ fhir:v "Structure of segment of upper lobe of left lung (body structure)" ] ] ) ] ] . # # -------------------------------------------------------------------------------------