@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleSpecimenAppendixTissue"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleSpecimenAppendixTissue</b></p><a name=\"ExampleSpecimenAppendixTissue\"> </a><a name=\"hcExampleSpecimenAppendixTissue\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-specimen.html\">Mẫu bệnh phẩm VN Core — VN Core Specimen Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/GPB-20260310-0008</p><p><b>accessionIdentifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/GPB-TN-20260310-0042</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 TISS}\">Mô ruột thừa</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>receivedTime</b>: 2026-03-10 15:20:00+0700</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-10 14:30:00+0700</td><td><span title=\"Codes:\">Bệnh phẩm sau cắt ruột thừa</span></td><td><span title=\"Codes:{http://snomed.info/sct 66754008}\">Appendix</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/JAR-GPB-20260310-0042</td><td>Lọ bệnh phẩm cố định formalin 10%</td><td><span title=\"Codes:\">Lọ bệnh phẩm GPB</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id>
     ] ;
     fhir:value [ fhir:v "GPB-20260310-0008" ]
  ] ) ; # 
  fhir:accessionIdentifier [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id>
     ] ;
     fhir:value [ fhir:v "GPB-TN-20260310-0042" ]
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0487>
       ] ;
       fhir:code [ fhir:v "TISS" ] ;
       fhir:display [ fhir:v "Tissue" ]
     ] ) ;
     fhir:text [ fhir:v "Mô ruột thừa" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2026-03-10T15:20:00+07:00"^^xsd:dateTime] ; # 
  fhir:collection [
     fhir:collected [
       a fhir:DateTime ;
       fhir:v "2026-03-10T14:30:00+07:00"^^xsd:dateTime
     ] ;
     fhir:method [
       fhir:text [ fhir:v "Bệnh phẩm sau cắt ruột thừa" ]
     ] ;
     fhir:bodySite [
       fhir:coding ( [
         a sct:66754008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "66754008" ] ;
         fhir:display [ fhir:v "Appendix" ]
       ] )
     ]
  ] ; # 
  fhir:container ( [
     fhir:identifier ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id>
       ] ;
       fhir:value [ fhir:v "JAR-GPB-20260310-0042" ]
     ] ) ;
     fhir:description [ fhir:v "Lọ bệnh phẩm cố định formalin 10%" ] ;
     fhir:type [
       fhir:text [ fhir:v "Lọ bệnh phẩm GPB" ]
     ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

