FHIR IG analytics| Package | tw.cathay.fhir.iclaim |
| Resource Type | Encounter |
| Id | Encounter-Encounter-C2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
識別碼:1286482 ( 國泰醫療財團法人國泰綜合醫院)
就醫現況:finished ( EncounterStatus#finished)
就醫分類:ambulatory ( ActEncounterCode#AMB)
應診科別:家醫科 ( Department#01)
病人:Patient/Patient-C2 "康美女"
開單醫師:PractitionerRole/PractitionerRole-rec2 "王二郎"
就醫的開始和結束時間:2023-08-08 17:00:14-0500 --> 2023-08-08 18:00:14-0500
就醫天數:1天 (Details: UCUM code d = 'd')
{
"resourceType": "Encounter",
"id": "Encounter-C2",
"meta": {
"profile": [
"https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-iclaim"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.cgh.org.tw",
"value": "1286482"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"serviceType": {
"coding": [
{
"system": "https://claim.cgh.org.tw/iclaim/CodeSystem/nhi-department-values",
"code": "01",
"display": "家醫科"
}
]
},
"subject": {
"reference": "Patient/Patient-C2"
},
"participant": [
{
"individual": {
"reference": "PractitionerRole/PractitionerRole-rec2"
}
}
],
"period": {
"start": "2023-08-08T17:00:14-05:00",
"end": "2023-08-08T18:00:14-05:00"
},
"length": {
"value": 1,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}