HIRA Healthcare Organization Identifier


Summary

Defining URLhttp://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-hira-healthcare-organization-identifier
Version1.0.1
NameHIRA_Healthcare_Organization_Identifier
Statusactive
PublisherHL7 Korea

Identifiers

TypeValuePreferredComment
URIhttp://www.hl7korea.or.kr/Identifier/hira-krnpitrue건강보험심사평가원 요양기관 식별자를 정의하기 위해 HL7 Korea에서 부여한 식별자
URIhttps://hira.or.kr/knpifalse건강보험심사평가원 요양기관 식별자를 정의하기 위해 KR Core Draft버전에서 부여한 식별자
NamingSystem
<NamingSystem xmlns="http://hl7.org/fhir">
    <id value="ns-hira-healthcare-organization-identifier" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url">
        <valueUri value="http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-hira-healthcare-organization-identifier" />
    </extension>
    <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version">
        <valueString value="1.0.1" />
    </extension>
    <name value="HIRA_Healthcare_Organization_Identifier" />
    <status value="active" />
    <kind value="identifier" />
    <date value="2023-06-30" />
    <publisher value="HL7 Korea" />
    <contact>
        <name value="HL7 Korea" />
        <telecom>
            <system value="url" />
            <value value="http://www.hl7korea.or.kr/" />
        </telecom>
        <telecom>
            <system value="email" />
            <value value="contact@healthall.co.kr" />
        </telecom>
    </contact>
    <contact>
        <name value="HealthAll Inc." />
        <telecom>
            <system value="email" />
            <value value="contact@healthall.co.kr" />
            <use value="work" />
        </telecom>
    </contact>
    <type>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
            <code value="PRN" />
            <display value="Provider number" />
        </coding>
    </type>
    <jurisdiction>
        <coding>
            <system value="urn:iso:std:iso:3166" />
            <code value="KR" />
            <display value="Korea, Republic of" />
        </coding>
    </jurisdiction>
    <uniqueId>
        <type value="uri" />
        <value value="http://www.hl7korea.or.kr/Identifier/hira-krnpi" />
        <preferred value="true" />
        <comment value="건강보험심사평가원 요양기관 식별자를 정의하기 위해 HL7 Korea에서 부여한 식별자" />
    </uniqueId>
    <uniqueId>
        <type value="uri" />
        <value value="https://hira.or.kr/knpi" />
        <preferred value="false" />
        <comment value="건강보험심사평가원 요양기관 식별자를 정의하기 위해 KR Core Draft버전에서 부여한 식별자" />
    </uniqueId>
</NamingSystem>
{
    "resourceType": "NamingSystem",
    "id": "ns-hira-healthcare-organization-identifier",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "extension":  [
        {
            "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
            "valueUri": "http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-hira-healthcare-organization-identifier"
        },
        {
            "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
            "valueString": "1.0.1"
        }
    ],
    "name": "HIRA_Healthcare_Organization_Identifier",
    "status": "active",
    "kind": "identifier",
    "date": "2023-06-30",
    "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"
                }
            ]
        }
    ],
    "type": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "PRN",
                "display": "Provider number"
            }
        ]
    },
    "jurisdiction":  [
        {
            "coding":  [
                {
                    "system": "urn:iso:std:iso:3166",
                    "code": "KR",
                    "display": "Korea, Republic of"
                }
            ]
        }
    ],
    "uniqueId":  [
        {
            "type": "uri",
            "value": "http://www.hl7korea.or.kr/Identifier/hira-krnpi",
            "preferred": true,
            "comment": "건강보험심사평가원 요양기관 식별자를 정의하기 위해 HL7 Korea에서 부여한 식별자"
        },
        {
            "type": "uri",
            "value": "https://hira.or.kr/knpi",
            "preferred": false,
            "comment": "건강보험심사평가원 요양기관 식별자를 정의하기 위해 KR Core Draft버전에서 부여한 식별자"
        }
    ]
}