FHIR IG analytics| Package | tw.cathay.fhir.imri |
| Resource Type | Encounter |
| Id | Encounter-Encounter-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
就醫現況:Finished
就醫分類:pre-admission ( ActEncounterCode#PRENC)
出院科別:Colorectal Surgery ( SNOMED CT#408464004)
病人:Patient/Patient-min "安格斯"
出院狀況:改門診治療
出院床號:Location/Location-min "4012S"
醫師:Practitioner/Practitioner-min "劉伊詩"住院日期:2023-09-06 17:00:14-0800
出院日期:2023-09-12 18:00:14-0800
{
"resourceType": "Encounter",
"id": "Encounter-min",
"meta": {
"profile": [
"https://imri.cgh.org.tw/imri/StructureDefinition/encounter-imri"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "PRENC"
},
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408464004",
"display": "Colorectal Surgery"
}
]
},
"subject": {
"reference": "Patient/Patient-min"
},
"participant": [
{
"individual": {
"reference": "Practitioner/Practitioner-min"
}
}
],
"period": {
"start": "2023-09-06T17:00:14+08:00",
"end": "2023-09-12T18:00:14+08:00"
},
"hospitalization": {
"destination": {
"reference": "Location/Location-min"
},
"dischargeDisposition": {
"text": "改門診治療"
}
}
}