FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeObservation
IdObservation-education-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation education-min

status: Final

code: 教育資訊

subject: 王小明 Male, DoB: 2001-01-01 ( 服務對象編號: CLIENT-001 (use: official, ))

component

code: 就學現況

value: 就學中

component

code: 就讀學校名稱

value: 示範國民中學

component

code: 年級別

value: 八年級

component

code: 教育程度

value: 國中


Source1

{
  "resourceType": "Observation",
  "id": "education-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/EducationObservation-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://sfaa.gov.tw/base/CodeSystem/twss-observation-type",
        "code": "education-information",
        "display": "教育資訊"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "schooling-status",
            "display": "就學現況"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-schooling-status",
            "code": "2",
            "display": "就學中"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "school-name",
            "display": "就讀學校名稱"
          }
        ]
      },
      "valueString": "示範國民中學"
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "grade-level",
            "display": "年級別"
          }
        ]
      },
      "valueString": "八年級"
    },
    {
      "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": "3",
            "display": "國中"
          }
        ]
      }
    }
  ]
}