醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Practitioner-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/practitioner-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/practitioner-imri>     ] )
  ] ; # 
  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>:劉伊詩</p></div>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "劉伊詩" ]
  ] ) . #