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
: Organization LABD、LABM-醫事機構基本資料 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "org-LABDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/OrganizationLABDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/OrganizationLABDM> ] )
] ; #
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: Organization org-LABDM</b></p><a name=\"org-LABDM\"> </a><a name=\"hcorg-LABDM\"> </a><a name=\"org-LABDM-en-US\"> </a><p><b>identifier</b>: 11/example123</p><p><b>active</b>: true</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/HospitalCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ] ) ;
fhir:text [ fhir:v "11" ] ] ;
fhir:value [ fhir:v "example123" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] . #