醫查實作指引
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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerRole-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/practitionerrole-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/practitionerrole-imri>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫師角色基本資料</b></h3><p><b>健康照護服務提供者</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a> \"劉伊詩\"</p><p><b>角色</b>:手術醫師(Surgeon) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#304292004)</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Practitioner-min" ] ;
fhir:display [ fhir:v "劉伊詩" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:304292004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "304292004" ] ;
fhir:display [ fhir:v "Surgeon" ]     ] )
  ] ) . #