醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TWCoreSpecimen - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------

 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 <https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreSpecimen>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen TWCoreSpecimen</b></p><a name=\"TWCoreSpecimen\"> </a><a name=\"hcTWCoreSpecimen\"> </a><a name=\"hcTWCoreSpecimen-en-US\"> </a><p><b>identifier</b>: Filler Identifier/S12345_01A</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122610009}\">Specimen from lung obtained by biopsy (specimen)</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></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><a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td><td>2021-06-21 06:15:00+0000</td><td><span title=\"Codes:{http://snomed.info/sct 78603008}\">Biopsy of lung (procedure)</span></td><td><span title=\"Codes:{http://snomed.info/sct 245521007}\">Structure of segment of upper lobe of left lung (body structure)</span></td></tr></table></div>"
  ] ; # 
  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:reference [ fhir:v "Patient/TWCorePatient" ]
  ] ; # 
  fhir:collection [
fhir:collector [
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)" ]       ] )     ]
  ] . #