FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-krcore-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "StructureDefinition",
"id": "krcore-patient",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient",
"version": "1.0.1",
"name": "KRCore_Patient",
"title": "KR Core Patient Profile",
"status": "active",
"date": "2023-10-29T23:23:46.4527132+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의 환자 정보에 적용되는 Patient 구조.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KR",
"display": "Korea, Republic of"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "loinc",
"uri": "http://loinc.org",
"name": "LOINC code for the element"
}
],
"kind": "resource",
"abstract": false,
"type": "Patient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Patient",
"path": "Patient",
"short": "KR Core Patient Profile"
},
{
"id": "Patient.identifier",
"path": "Patient.identifier",
"short": "환자 ID",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.system",
"path": "Patient.identifier.system",
"short": "식별체계 식별자",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.identifier.value",
"path": "Patient.identifier.value",
"short": "식별자",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name",
"path": "Patient.name",
"short": "성명",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.name.text",
"path": "Patient.name.text",
"short": "전체 성명",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.telecom",
"path": "Patient.telecom",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"short": "연락처"
},
{
"id": "Patient.telecom:Phone",
"path": "Patient.telecom",
"sliceName": "Phone",
"short": "전화번호"
},
{
"id": "Patient.telecom:Phone.system",
"path": "Patient.telecom.system",
"short": "연락처 유형: phone",
"min": 1,
"fixedCode": "phone"
},
{
"id": "Patient.telecom:Phone.value",
"path": "Patient.telecom.value",
"short": "상세 연락처",
"min": 1
},
{
"id": "Patient.telecom:E-mail",
"path": "Patient.telecom",
"sliceName": "E-mail",
"short": "이메일"
},
{
"id": "Patient.telecom:E-mail.system",
"path": "Patient.telecom.system",
"short": "연락처 유형: email",
"min": 1,
"fixedCode": "email"
},
{
"id": "Patient.telecom:E-mail.value",
"path": "Patient.telecom.value",
"short": "상세 연락처",
"min": 1
},
{
"id": "Patient.gender",
"path": "Patient.gender",
"short": "성별: male | female | other | unknown",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.birthDate",
"path": "Patient.birthDate",
"short": "생년월일",
"min": 1,
"mustSupport": true
},
{
"id": "Patient.address",
"path": "Patient.address",
"short": "환자 주소"
},
{
"id": "Patient.address.extension:krcore-roadNameAddress",
"path": "Patient.address.extension",
"sliceName": "krcore-roadNameAddress",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
]
}
]
},
{
"id": "Patient.address.text",
"path": "Patient.address.text",
"short": "주소 텍스트"
},
{
"id": "Patient.address.postalCode",
"path": "Patient.address.postalCode",
"short": "우편번호"
},
{
"id": "Patient.contact",
"path": "Patient.contact",
"short": "환자의 연락처(예: 보호자, 배우자, 친구)"
},
{
"id": "Patient.contact.address.extension:krcore-roadNameAddress",
"path": "Patient.contact.address.extension",
"sliceName": "krcore-roadNameAddress",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
]
}
]
},
{
"id": "Patient.contact.address.text",
"path": "Patient.contact.address.text",
"short": "주소 텍스트"
},
{
"id": "Patient.contact.address.postalCode",
"path": "Patient.contact.address.postalCode",
"short": "우편번호"
},
{
"id": "Patient.managingOrganization",
"path": "Patient.managingOrganization",
"short": "환자 기록 관리 기관",
"mustSupport": false
}
]
}
}