FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagephis.ig.dev
Resource TypeStructureDefinition
IdStructureDefinition-krcore-patient.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Patient 0..*PatientKR Core Patient Profile
... identifier S1..*Identifier환자 ID
.... system S1..1uri식별체계 식별자
.... value S1..1string식별자
... name S1..*HumanName성명
.... text S1..1string전체 성명
... Slices for telecom 0..*ContactPoint연락처
Slice: Unordered, Open by value:system
.... telecom:Phone 0..*ContactPoint전화번호
..... system 1..1code연락처 유형: phone
Fixed Value: phone
..... value 1..1string상세 연락처
.... telecom:E-mail 0..*ContactPoint이메일
..... system 1..1code연락처 유형: email
Fixed Value: email
..... value 1..1string상세 연락처
... gender S1..1code성별: male | female | other | unknown
... birthDate S1..1date생년월일
... address 0..*Address환자 주소
.... krcore-roadNameAddress 0..1(Complex)한국 도로명 주소 체계
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
.... text 0..1string주소 텍스트
.... postalCode 0..1string우편번호
... contact 0..*BackboneElement환자의 연락처(예: 보호자, 배우자, 친구)
.... address
..... krcore-roadNameAddress 0..1(Complex)한국 도로명 주소 체계
URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress
..... text 0..1string주소 텍스트
..... postalCode 0..1string우편번호

doco Documentation for this format

Source1

{
  "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
      }
    ]
  }
}