國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG)
0.1.0 - trial-use

This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Composition LABM-報告文件範例 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "com-LABM"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/CompositionLABM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/CompositionLABM>     ] )
  ] ; # 
  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: Composition com-LABM</b></p><a name=\"com-LABM\"> </a><a name=\"hccom-LABM\"> </a><a name=\"com-LABM-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://www.ghd.tw/cdm-fhir/CodeSystem/ReportType 1}\">檢體檢驗報告</span></p><p><b>encounter</b>: <a href=\"Encounter-enc-LABM.html\">Encounter: identifier = https://www.ghd.tw/cdm-fhir#1101100011; status = finished; class = 西醫門診手術 (案件分類#03); period = 2023-05-01 00:00:00+0800 --&gt; 2023-08-01 00:00:00+0800</a></p><p><b>date</b>: 2024-06-05 00:00:00+0000</p><p><b>author</b>: <a href=\"Organization-org-LABDM.html\">Organization: identifier = 11: example123</a></p><p><b>title</b>: 檢驗檢查資料檔每日格式 LABM</p><p><b>custodian</b>: <a href=\"Organization-org-LABDM.html\">Organization: identifier = 11: example123</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/ReportType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "檢體檢驗報告" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/enc-LABM" ]
  ] ; # 
  fhir:date [ fhir:v "2024-06-05T00:00:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/org-LABDM" ]
  ] ) ; # 
  fhir:title [ fhir:v "檢驗檢查資料檔每日格式 LABM"] ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/org-LABDM" ]
  ] ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
a loinc:53242-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53242-4" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "ChargeItem/cha-CDM" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:46209-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46209-3" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "ChargeItem/cha-LABM-Order" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:53903-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53903-1" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Specimen/spe-LABDM" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "DiagnosticReport/diag-LABDM" ]     ] [
fhir:reference [ fhir:v "Observation/obs-LABDM" ]     ] )
  ] ) . #