臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: 訪視紀錄 Questionnaire - TTL Representation

Active as of 2026-08-10

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Questionnaire/visit-record> a fhir:Questionnaire ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "visit-record"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/Questionnaire-visit-record-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/Questionnaire-visit-record-twss-base>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>訪視紀錄問卷</b></h3><p>本問卷定義訪視對象、方式、時間與摘要之記錄題目。</p></div>"
  ] ;
  fhir:Questionnaire.url [ fhir:value "https://sfaa.gov.tw/base/Questionnaire/visit-record"] ;
  fhir:Questionnaire.title [ fhir:value "訪視紀錄 Questionnaire"] ;
  fhir:Questionnaire.status [ fhir:value "active"] ;
  fhir:Questionnaire.subjectType [
     fhir:value "Patient" ;
     fhir:index 0
  ] ;
  fhir:Questionnaire.date [ fhir:value "2026-08-10T08:34:13+00:00"^^xsd:dateTime] ;
  fhir:Questionnaire.publisher [ fhir:value "衛生福利部社會及家庭署"] ;
  fhir:Questionnaire.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛生福利部社會及家庭署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.twss.gov.tw/" ]
     ]
  ] ;
  fhir:Questionnaire.description [ fhir:value "記錄訪視對象、方式、開始與結束時間及摘要的表單。"] ;
  fhir:Questionnaire.item [
     fhir:index 0 ;
     fhir:Questionnaire.item.linkId [ fhir:value "11.1" ] ;
     fhir:Questionnaire.item.text [ fhir:value "訪視對象" ] ;
     fhir:Questionnaire.item.type [ fhir:value "choice" ]
  ], [
     fhir:index 1 ;
     fhir:Questionnaire.item.linkId [ fhir:value "11.2" ] ;
     fhir:Questionnaire.item.text [ fhir:value "訪視服務方式" ] ;
     fhir:Questionnaire.item.type [ fhir:value "choice" ]
  ], [
     fhir:index 2 ;
     fhir:Questionnaire.item.linkId [ fhir:value "11.3" ] ;
     fhir:Questionnaire.item.text [ fhir:value "訪視開始時間" ] ;
     fhir:Questionnaire.item.type [ fhir:value "dateTime" ]
  ], [
     fhir:index 3 ;
     fhir:Questionnaire.item.linkId [ fhir:value "11.4" ] ;
     fhir:Questionnaire.item.text [ fhir:value "訪視結束時間" ] ;
     fhir:Questionnaire.item.type [ fhir:value "dateTime" ]
  ], [
     fhir:index 4 ;
     fhir:Questionnaire.item.linkId [ fhir:value "11.5" ] ;
     fhir:Questionnaire.item.text [ fhir:value "訪視摘要" ] ;
     fhir:Questionnaire.item.type [ fhir:value "text" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Questionnaire/visit-record.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Questionnaire/visit-record.ttl> .