復健訓練量表實作指引 (Rehabilitation Training Scale Implementation Guide)
0.2.0 - ci-build

復健訓練量表實作指引 (Rehabilitation Training Scale Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Rehabotics-Medical-Techology-Co/RTS-IG/ and changes regularly. 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 -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/PractitionerRoleExample> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PractitionerRoleExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/StructureDefinition/PractitionerRole" ;
       fhir:index 0 ;
       fhir:link <https://build.fhir.org/ig/Rehabotics-Medical-Techology-Co/RTS-IG/StructureDefinition/PractitionerRole>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractitionerRoleExample</b></p><a name=\"PractitionerRoleExample\"> </a><a name=\"hcPractitionerRoleExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRole.html\">PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-ot-therapist-001.html\">Practitioner 小姐 李 (official)</a></p><p><b>organization</b>: <a href=\"Organization-OrganizationExample.html\">Organization 台灣健康醫院</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0286 PP}\">Primary Care Provider</span></p><p><b>specialty</b>: <span title=\"Codes:{http://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw 00}\">General medicine</span></p></div>"
  ] ;
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:PractitionerRole.practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/ot-therapist-001> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ot-therapist-001" ]
  ] ;
  fhir:PractitionerRole.organization [
     fhir:link <http://hl7.org/fhir/Organization/OrganizationExample> ;
     fhir:Reference.reference [ fhir:value "Organization/OrganizationExample" ]
  ] ;
  fhir:PractitionerRole.code [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0286" ] ;
       fhir:Coding.code [ fhir:value "PP" ] ;
       fhir:Coding.display [ fhir:value "Primary Care Provider" ]
     ]
  ] ;
  fhir:PractitionerRole.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw" ] ;
       fhir:Coding.code [ fhir:value "00" ] ;
       fhir:Coding.display [ fhir:value "General medicine" ]
     ]
  ] .

<http://hl7.org/fhir/Practitioner/ot-therapist-001> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/OrganizationExample> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/PractitionerRoleExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PractitionerRole/PractitionerRoleExample.ttl> .