機器手訓練實作指引 (RoboHand Training Implementation Guide)
0.1.0 - ci-build

機器手訓練實作指引 (RoboHand Training Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Kimsber/Rehab-IG/ and changes regularly. See the Directory of published versions

: 健康照護服務提供者角色資料範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRoleExample",
  "meta" : {
    "profile" : [
      🔗 "https://github.com/Kimsber/Rehab-IG/StructureDefinition/PractitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "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 DO}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394802001}\">General medicine</span></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/ot-therapist-001"
  },
  "organization" : {
    🔗 "reference" : "Organization/OrganizationExample"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0286",
          "code" : "DO",
          "display" : "Doctor"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394802001",
          "display" : "General medicine"
        }
      ]
    }
  ]
}