醫療保險理賠實作指引
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

Active as of 2024-07-22

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cathay-healthprofessional-values"] ; # 
  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: CodeSystem cathay-healthprofessional-values</b></p><a name=\"cathay-healthprofessional-values\"> </a><a name=\"hccathay-healthprofessional-values\"> </a><a name=\"cathay-healthprofessional-values-en-US\"> </a><p>This case-sensitive code system <code>https://claim.cgh.org.tw/iclaim/CodeSystem/cathay-healthprofessional-values</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">responsiblePhysician<a name=\"cathay-healthprofessional-values-responsiblePhysician\"> </a></td><td>負責醫師(院長)</td></tr><tr><td style=\"white-space:nowrap\">reporter<a name=\"cathay-healthprofessional-values-reporter\"> </a></td><td>報告者</td></tr><tr><td style=\"white-space:nowrap\">recordedPhysician<a name=\"cathay-healthprofessional-values-recordedPhysician\"> </a></td><td>開單醫師</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://claim.cgh.org.tw/iclaim/CodeSystem/cathay-healthprofessional-values"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CathayHealthProfessional"] ; # 
  fhir:title [ fhir:v "醫事人員類別"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-22"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "國泰金控"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "國泰金控" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cathayholdings.com/holdings/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "醫事人員類別,\r\n代碼出版日期:2024-07-22;資料所屬單位:國泰金控。"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "responsiblePhysician" ] ;
fhir:display [ fhir:v "負責醫師(院長)" ]
  ] [
fhir:code [ fhir:v "reporter" ] ;
fhir:display [ fhir:v "報告者" ]
  ] [
fhir:code [ fhir:v "recordedPhysician" ] ;
fhir:display [ fhir:v "開單醫師" ]
  ] ) . #