FHIR IG analytics| Package | hl7.fhir.kr.core |
| Resource Type | Encounter |
| Id | Encounter-krcore-encounter-example-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter krcore-encounter-example-02
Profile: KR Core Encounter Profile
KR Core Insurance Types Extension: 건강보험
identifier: urn:oid:1.2.3.4.5.6/example-encounter-id-02
status: Finished
class: ActCode IMP: inpatient encounter
type: Inpatient stay 8 days (finding)
subject: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)
participant
type: primary performer
individual: Practitioner 김의사
participant
type: Participation
individual: Practitioner 전진현
period: 2025-05-21 --> 2025-05-29
| Condition |
| Condition 요관의 결석 |
serviceProvider: Organization 한국병원
{
"resourceType": "Encounter",
"id": "krcore-encounter-example-02",
"meta": {
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes",
"valueCodeableConcept": {
"coding": [
{
"system": "http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types",
"code": "4",
"display": "건강보험"
}
]
}
}
],
"identifier": [
{
"system": "urn:oid:1.2.3.4.5.6",
"value": "example-encounter-id-02"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183806006",
"display": "Inpatient stay 8 days (finding)"
}
]
}
],
"subject": {
"reference": "Patient/krcore-patient-example-01"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"individual": {
"reference": "Practitioner/krcore-medicaldoctor-example-01"
}
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PART",
"display": "Participation"
}
]
}
],
"individual": {
"reference": "Practitioner/krcore-nurse-example-01"
}
}
],
"period": {
"start": "2025-05-21",
"end": "2025-05-29"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/krcore-condition-encounter-diagnosis-example-01"
}
}
],
"serviceProvider": {
"reference": "Organization/krcore-healthcare-organization-example-01"
}
}