FHIR IG analytics| Package | silth.fhir.th.claimcon |
| Resource Type | Encounter |
| Id | Encounter-encounter-opd-csop.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter
Encounter: Provider Type: Main Contractor (cs-eclaim-provider-type#1)
identifier: localVn: 640002731
status: finished
class: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')
type: การตรวจรักษา (cs-chi-service-class#EC), พบแพทย์เพื่อวินิจฉัยโรคครั้งแรก (cs-chi-typeserv#01)
serviceType: อายุรกรรม (cs-chi-clinic#01)
subject: Patient/patient-csop ""
| Individual |
| id: 123456 |
period: 2022-11-15 09:49:23+0700 --> 2022-11-15 09:56:02+0700
| Condition | Use | Rank |
| Condition/condition-csop | Primary Diagnosis (cs-43plus-encounter-diagnosis-role#1) | 1 |
| Extension | AdmitSource |
| มารับบริการเอง (cs-chi-typein#1) |
serviceProvider: Organization/organization-csop "โรงพยาบาลศิริราช"
{
"resourceType": "Encounter",
"id": "encounter-opd-csop",
"meta": {
"source": "csop",
"profile": [
"https://fhir-ig.sil-th.org/th/claimcon/StructureDefinition/claimcon-encounter-opd"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-encounter-provider-type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-eclaim-provider-type",
"code": "1",
"display": "Main Contractor"
}
]
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
"code": "localVn"
}
]
},
"system": "https://terms.sil-th.org/hcode/5/13814/VN",
"value": "640002731"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-service-class",
"code": "EC",
"display": "การตรวจรักษา"
}
]
},
{
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-typeserv",
"code": "01",
"display": "พบแพทย์เพื่อวินิจฉัยโรคครั้งแรก"
}
]
}
],
"serviceType": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-clinic",
"code": "01",
"display": "อายุรกรรม"
}
]
},
"subject": {
"reference": "Patient/patient-csop"
},
"participant": [
{
"individual": {
"type": "Practitioner",
"identifier": {
"system": "https://terms.sil-th.org/id/th-doctor-id",
"value": "123456"
}
}
}
],
"period": {
"start": "2022-11-15T09:49:23+07:00",
"end": "2022-11-15T09:56:02+07:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/condition-csop"
},
"use": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-43plus-encounter-diagnosis-role",
"code": "1",
"display": "Primary Diagnosis"
}
]
},
"rank": 1
}
],
"hospitalization": {
"extension": [
{
"url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-encounter-discharge-status",
"valueCodeableConcept": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-typeout",
"code": "1",
"display": "จำหน่ายกลับบ้าน"
}
]
}
}
],
"admitSource": {
"coding": [
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-typein",
"code": "1",
"display": "มารับบริการเอง"
}
]
}
},
"serviceProvider": {
"reference": "Organization/organization-csop"
}
}