同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Organization-醫事司 - 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 "hpa-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-govt-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-govt-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>政府機構基本資料</b></h3><p><b>機構名稱</b>:衛生福利部國民健康署</p><p><b>識別碼型別</b>:Government Organization Identifier<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem-v2-0203.html\">臺灣識別碼類型值集</a>#GOI)</span><br/><b>機關代號(official)</b>:A21040000I (https://oid.nat.gov.tw/)</p><p><b>機構種類</b>:Government <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-organization-type.html\">OrganizationType</a>#govt)</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GOI" ]       ] )     ] ;
fhir:system [ fhir:v "https://oid.nat.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A21040000I" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "govt" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "衛生福利部國民健康署"] . #