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

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

: Organization CRLF-醫事機構基本資料 - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "org-CRLF"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/OrganizationCRLF"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/OrganizationCRLF>     ] )
  ] ; # 
  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-CRLF</b></p><a name=\"org-CRLF\"> </a><a name=\"hcorg-CRLF\"> </a><a name=\"org-CRLF-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-OrganizationCRLF.html\">Organization CRLF-申報醫院代碼</a></p></div><p><b>identifier</b>: CRLFexample123</p><p><b>active</b>: true</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "CRLFexample123" ]
  ] ) ; # 
  fhir:active [ fhir:v true] . #