醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerRole-rec2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://claim.cgh.org.tw/iclaim/StructureDefinition/practitionerrole-iclaim"^^xsd:anyURI ;
fhir:link <https://claim.cgh.org.tw/iclaim/StructureDefinition/practitionerrole-iclaim>     ] )
  ] ; # 
  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-Wang2.html\">Practitioner/Practitioner-Wang2</a> \"王二郎\"</p><p><b>角色</b>:開單醫師 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-cathay-particulardiagnosis-values.html\">醫事人員類別</a>#recordedPhysician</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Practitioner-Wang2" ] ;
fhir:display [ fhir:v "王二郎" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://claim.cgh.org.tw/iclaim/CodeSystem/cathay-healthprofessional-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recordedPhysician" ]     ] )
  ] ) . #