臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 長期照顧護理師角色範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "ltc-practitioner-role-nurse-example",
  "meta" : {
    "profile" : [
      🔗 "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ltc-practitioner-role-nurse-example</b></p><a name=\"ltc-practitioner-role-nurse-example\"> </a><a name=\"hcltc-practitioner-role-nurse-example\"> </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-LTCPractitionerRole.html\">長期照顧-服務人員角色</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-ltc-practitioner-nurse-example.html\">Practitioner 王美玲(official)</a></p><p><b>organization</b>: <a href=\"Organization-ltc-organization-example.html\">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 224535009}\">Registered nurse</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394609007}\">General surgery (qualifier value)</span></p><p><b>telecom</b>: ph: 02-29412345(Work), <a href=\"mailto:meiling.wang@ltc-center.tw\">meiling.wang@ltc-center.tw</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/ltc-practitioner-nurse-example"
  },
  "organization" : {
    🔗 "reference" : "Organization/ltc-organization-example"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "224535009",
          "display" : "Registered nurse"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394609007",
          "display" : "General surgery (qualifier value)"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "02-29412345",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "meiling.wang@ltc-center.tw",
      "use" : "work"
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime" : "08:00:00",
      "availableEndTime" : "17:00:00"
    }
  ]
}