臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ballot

臺灣牙醫實作指引 (Taiwan Dental Implementation Guide) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Dental-location-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Dental-location-example</b></p><a name=\"Dental-location-example\"> </a><a name=\"hcDental-location-example\"> </a><a name=\"Dental-location-example-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/StructureDefinition-Location-twcore.html\">TW Core  Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: 幸福牙醫診所治療室</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType TRT}\">治療室</span></p><p><b>telecom</b>: ph: 02-12345678(Work)</p><p><b>address</b>: 台北市信義區市民大道五段789號</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">診間</span></p><p><b>managingOrganization</b>: <a href=\"Organization-Dental-organization-example.html\">Organization 幸福牙醫中心</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "幸福牙醫診所治療室"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ServiceDeliveryLocationRoleType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TRT" ] ;
fhir:display [ fhir:v "治療室" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-12345678" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ]     ]
  ] ) ; # 
  fhir:address [
fhir:text [ fhir:v "台北市信義區市民大道五段789號" ] ;
    ( fhir:line [ fhir:v "市民大道五段789號" ] ) ;
fhir:city [ fhir:v "台北市" ] ;
fhir:district [ fhir:v "信義區" ] ;
fhir:postalCode [ fhir:v "110" ]
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ro" ] ;
fhir:display [ fhir:v "診間" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/Dental-organization-example" ]
  ] . #