FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-krcore-encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Encounter | KR Core Encoutner Profile | |
![]() ![]() | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() | 0..1 | CodeableConcept | 환자 건강보험 유형 정보 URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes | |
![]() ![]() | S | 1..1 | code | 내원 상태: planned | arrived | triaged | in-progress | onleave | finished | cancelled + Example Value (Preferred): finished |
![]() ![]() | S | 1..1 | Coding | 진료 구분: AMB | EMER | IMP + Binding: ActEncounterCode (required): Classification of the encounter. |
![]() ![]() ![]() | S | 1..1 | uri | 진료 구분 코드체계 |
![]() ![]() ![]() | S | 1..1 | code | 진료 구분 코드 |
![]() ![]() | 0..1 | Reference(KR Core Patient Profile) | 내원 환자 | |
![]() ![]() | 0..* | BackboneElement | 내원 참여 의료인 | |
![]() ![]() ![]() | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson) | 내원 참여 의료인 인적사항 또는 역할 | |
![]() ![]() | S | 0..1 | Period | 내원 기간 |
![]() ![]() ![]() | S | 0..1 | dateTime | 시작 일자 |
![]() ![]() ![]() | S | 0..1 | dateTime | 종료 일자 |
![]() ![]() | 0..1 | Reference(Organization | KR Core Healthcare Organization Profile) | 내원 기관 | |
{
"resourceType": "StructureDefinition",
"id": "krcore-encounter",
"meta": {
"lastUpdated": "2023-10-30T01:18:15.5950966+00:00"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter",
"version": "1.0.1",
"name": "KRCore_Encounter",
"title": "KR Core Encounter Profile",
"status": "active",
"date": "2023-10-30T01:18:28.2591092+00:00",
"publisher": "HL7 Korea",
"contact": [
{
"name": "HL7 Korea",
"telecom": [
{
"system": "url",
"value": "http://www.hl7korea.or.kr/"
},
{
"system": "email",
"value": "contact@healthall.co.kr"
}
]
},
{
"name": "HealthAll Inc.",
"telecom": [
{
"system": "email",
"value": "contact@healthall.co.kr",
"use": "work"
}
]
}
],
"description": "KR Core의 내원 정보에 적용되는 Encounter 구조.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KR",
"display": "Korea, Republic of"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter",
"path": "Encounter",
"short": "KR Core Encoutner Profile"
},
{
"id": "Encounter.extension",
"path": "Encounter.extension",
"slicing": {
"ordered": false,
"rules": "open"
}
},
{
"id": "Encounter.extension:krcore-insuranceTypes",
"path": "Encounter.extension",
"sliceName": "krcore-insuranceTypes",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-insuranceTypes"
]
}
]
},
{
"id": "Encounter.status",
"path": "Encounter.status",
"short": "내원 상태: planned | arrived | triaged | in-progress | onleave | finished | cancelled +",
"example": [
{
"label": "Value (Preferred)",
"valueCode": "finished"
}
],
"mustSupport": true
},
{
"id": "Encounter.class",
"path": "Encounter.class",
"short": "진료 구분: AMB | EMER | IMP +",
"mustSupport": true,
"binding": {
"strength": "required"
}
},
{
"id": "Encounter.class.system",
"path": "Encounter.class.system",
"short": "진료 구분 코드체계",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.class.code",
"path": "Encounter.class.code",
"short": "진료 구분 코드",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.subject",
"path": "Encounter.subject",
"short": "내원 환자",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"
]
}
]
},
{
"id": "Encounter.participant",
"path": "Encounter.participant",
"short": "내원 참여 의료인"
},
{
"id": "Encounter.participant.individual",
"path": "Encounter.participant.individual",
"short": "내원 참여 의료인 인적사항 또는 역할"
},
{
"id": "Encounter.period",
"path": "Encounter.period",
"short": "내원 기간",
"mustSupport": true
},
{
"id": "Encounter.period.start",
"path": "Encounter.period.start",
"short": "시작 일자",
"mustSupport": true
},
{
"id": "Encounter.period.end",
"path": "Encounter.period.end",
"short": "종료 일자",
"mustSupport": true
},
{
"id": "Encounter.serviceProvider",
"path": "Encounter.serviceProvider",
"short": "내원 기관",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"
]
}
]
}
]
}
}