This page is part of the 旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引 (v1.0.0: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: 接種機構 - 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 "organization-hosp-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vaccination-organization-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/vaccination-organization-vacc> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>接種機構基本資料</b></h3><p><b>機構代碼(official)</b>:0634030014 (https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw)</p><p><b>機構名稱</b>:臺北榮民總醫院蘇澳分院</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0634030014" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-organization-type-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VaccinationOrganization" ] ] )
] ) ; #
fhir:name [ fhir:v "臺北榮民總醫院蘇澳分院"] . #