This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v1.0.0: Release) 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 LABD-報告文件範例 - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-LABD"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/CompositionLABD"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/CompositionLABD> ] )
] ; #
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-LABD</b></p><a name=\"com-LABD\"> </a><a name=\"hccom-LABD\"> </a><a name=\"com-LABD-en-US\"> </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-CompositionLABD.html\">Composition LABD</a></p></div><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-LABD.html\">Encounter: identifier = https://www.ghd.tw/cdm-fhir#1101100011; status = finished; class = short stay (ActCode#SS); serviceType = 放射腫瘤科; period = 2023-05-01 00:00:00+0800 --> 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>: 檢驗檢查資料檔每日格式 LABD</p><p><b>custodian</b>: <a href=\"Organization-org-LABDM.html\">Organization: identifier = 11: example123</a></p></div>"^^rdf:XMLLiteral
] ; #
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-LABD" ]
] ; #
fhir:date [ fhir:v "2024-06-05T00:00:00Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/org-LABDM" ]
] ) ; #
fhir:title [ fhir:v "檢驗檢查資料檔每日格式 LABD"] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/org-LABDM" ]
] ; #
fhir:section ( [
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 "MedicationRequest/med-LABD-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" ] ] )
] ) . #