臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: 關係人教育資訊範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "related-person-education-min",
  "meta" : {
    "profile" : [
      🔗 "https://sfaa.gov.tw/base/StructureDefinition/RelatedPersonEducationObservation-twss-base"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation related-person-education-min</b></p><a name=\"related-person-education-min\"> </a><a name=\"hcrelated-person-education-min\"> </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-RelatedPersonEducationObservation-twss-base.html\">關係人教育資訊-Observation TWSS Base</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-observation-type education-information}\">教育資訊</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">王小明 Male, DoB: 2001-01-01 ( 服務對象編號:\u00a0CLIENT-001\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>focus</b>: <a href=\"RelatedPerson-related-min.html\">RelatedPerson 王媽媽</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-education-component education-level}\">教育程度</span></td><td><span title=\"Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-education-level 4}\">高中職</span></td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-observation-type",
        "code" : "education-information",
        "display" : "教育資訊"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-min"
  },
  "focus" : [
    {
      🔗 "reference" : "RelatedPerson/related-min"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code" : "education-level",
            "display" : "教育程度"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-education-level",
            "code" : "4",
            "display" : "高中職"
          }
        ]
      }
    }
  ]
}