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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeObservation
IdObservation-practitioner-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

服務人教育經歷

服務人Practitioner/prac-min

入學年度:2014

服務人就讀學校名稱:示範大學

服務人教育程度:大學 TWSS-教育程度值集#6)

畢業科系:社會工作學系

是否為社福相關學歷:是


Source1

{
  "resourceType": "Observation",
  "id": "practitioner-education-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/PractitionerEducationObservation-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"
  },
  "focus": [
    {
      "reference": "Practitioner/prac-min"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "enrollment-year",
            "display": "入學年度"
          }
        ]
      },
      "valueInteger": 2014
    },
    {
      "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": "education-level",
            "display": "教育程度"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-level",
            "code": "6",
            "display": "大學"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "major",
            "display": "就讀或畢業科系"
          }
        ]
      },
      "valueString": "社會工作學系"
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "graduated",
            "display": "是否畢業"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "graduation-year",
            "display": "畢業年度"
          }
        ]
      },
      "valueQuantity": {
        "value": 2018
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "related-major-graduate",
            "display": "是否為相關科系畢業"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-education-component",
            "code": "social-welfare-related",
            "display": "是否為社福相關學歷"
          }
        ]
      },
      "valueBoolean": true
    }
  ]
}