FHIR IG analytics| Package | tw.gov.mohw.emr |
| Resource Type | Encounter |
| Id | Encounter-DMS-Enc3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter DMS-Enc3
status: Finished
class: ActCode IMP: inpatient encounter
serviceType: Medical Services
| Individual |
| Practitioner 賴一施 |
period: 2022-07-08 12:12:00+0000 --> 2022-07-09 12:12:00+0000
| Condition | Use |
| Condition | Chief complaint |
| DischargeDisposition |
| 使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥 |
| Location | PhysicalType |
| Location 病床 | 出院床號 |
{
"resourceType": "Encounter",
"id": "DMS-Enc3",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/EncounterDMS"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394609007"
}
],
"text": "Medical Services"
},
"subject": {
"reference": "Patient/DMS-Pat2"
},
"participant": [
{
"individual": {
"reference": "Practitioner/DMS-Pra23"
}
}
],
"period": {
"start": "2022-07-08T12:12:00.000Z",
"end": "2022-07-09T12:12:00.000Z"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/DMS-Con10"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "CC",
"display": "Chief complaint"
}
]
}
}
],
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "other-hcf",
"display": "Other healthcare facility"
}
],
"text": "使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥"
}
},
"location": [
{
"location": {
"reference": "Location/DMS-Loc4"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bd",
"display": "Bed"
}
],
"text": "出院床號"
}
}
]
}