臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Location/loc-pharm-example> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "loc-pharm-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore>
     ]
  ] ;
  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><b>地點狀態</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-location-status.html\">LocationStatus</a>#active)</span></p><p><b>地點類別</b>: Kind <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/location-mode\">LocationMode</a>#kind)</span></p><p><b>地點類型</b>: Pharmacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://terminology.hl7.org/CodeSystem-v3-RoleCode.html\">RoleCode</a>#PHARM)</span></p><p><b>地點資訊</b>: 提供各式人氣營養保健、樂齡輔具、醫美保養、母嬰用品等。</p><p><b>聯絡方式</b>:Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/></p><p><b>聯絡電話(work)</b>:02-2276-7777</p><p><b>地點開放時間</b>:週一 ~ 週五</p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "第二藥局"] ;
  fhir:Location.description [ fhir:value "提供各式人氣營養保健、樂齡輔具、醫美保養、母嬰用品等"] ;
  fhir:Location.mode [ fhir:value "kind"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "PHARM" ] ;
       fhir:Coding.display [ fhir:value "Pharmacy" ]
     ]
  ] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "02-2276-7777" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Location.hoursOfOperation [
     fhir:index 0 ;
     fhir:Location.hoursOfOperation.daysOfWeek [
       fhir:value "mon" ;
       fhir:index 0
     ], [
       fhir:value "tue" ;
       fhir:index 1
     ], [
       fhir:value "wed" ;
       fhir:index 2
     ], [
       fhir:value "thu" ;
       fhir:index 3
     ], [
       fhir:value "fri" ;
       fhir:index 4
     ] ;
     fhir:Location.hoursOfOperation.allDay [ fhir:value "false"^^xsd:boolean ]
  ] .

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

<http://hl7.org/fhir/Location/loc-pharm-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/loc-pharm-example.ttl> .