醫療保險理賠實作指引
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 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-tech"] ; # 
  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-Wang1.html\">Practitioner/Practitioner-Wang1</a> \"王大郎\"</p><p><b>角色</b>:醫檢師(Medical technician) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#307988006)</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/Practitioner-Wang1" ] ;
fhir:display [ fhir:v "王大郎" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
a sct:307988006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "307988006" ] ;
fhir:display [ fhir:v "Medical technician" ]     ] )
  ] ) . #