FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Encounter |
| Id | Encounter-enc-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
識別碼:E22081702
就醫現況:finished
就醫分類:pre-admission ( ActEncounterCode#PRENC)
就醫種類:Annual diabetes mellitus screening ( Encounter type#ADMS)
服務型別:腎臟內科(Nephrology (qualifier value)) ( Service type#394589003)
病人:Patient/pat-example "陳加玲"
出院後的地點:Home ( Discharge disposition#home)
就醫發生的地點:Location/loc-ent-example "衛生福利部臺北醫院"
| - | 角色 | 參與時段 | 參與人 |
| * | primary performer ( ParticipationType#PPRF) | 2022-08-01 17:00:14+08:00 --> 2022-08-01 18:00:14+08:00 | Practitioner/pra-dr-example "王依昇" |
就醫的開始和結束時間:2022-08-01 17:00:14+08:00 --> 2022-08-01T18:00:14 08:00
就醫原因:FH: Diabetes mellitus ( SNOMED CT#160303001)
{
"resourceType": "Encounter",
"id": "enc-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://healthcare.example.org/identifiers/enocunter",
"value": "E22081702"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PRENC"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/encounter-type",
"code": "ADMS"
}
]
}
],
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394589003",
"display": "Nephrology (qualifier value)"
}
],
"text": "腎臟內科"
},
"subject": {
"reference": "Patient/pat-example"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF"
}
]
}
],
"period": {
"start": "2022-08-01T17:00:14+08:00",
"end": "2022-08-01T18:00:14+08:00"
},
"individual": {
"reference": "Practitioner/pra-dr-example"
}
}
],
"period": {
"start": "2022-08-01T17:00:14+08:00",
"end": "2022-08-01T18:00:14+08:00"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160303001",
"display": "FH: Diabetes mellitus"
}
]
}
],
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home"
}
]
}
},
"location": [
{
"location": {
"reference": "Location/loc-ent-example"
}
}
]
}