臺灣社政領域基礎實作指引
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/crisis-event-location> a fhir:Questionnaire ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "crisis-event-location"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/Questionnaire-crisis-event-location-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/Questionnaire-crisis-event-location-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/crisis-event-location"] ;
  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 "4" ] ;
     fhir:Questionnaire.item.text [ fhir:value "危機事件事發地點" ] ;
     fhir:Questionnaire.item.type [ fhir:value "string" ]
  ] .

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

<http://hl7.org/fhir/Questionnaire/crisis-event-location.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Questionnaire/crisis-event-location.ttl> .