FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | Observation |
| Id | Observation-education-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation education-min
Profile: 教育資訊-Observation TWSS Base
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: 國中
{
"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": "國中"
}
]
}
}
]
}