MyHealthWay
1.0.1 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Identifier Type Codes - JSON Representation

Active as of 2024-01-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "myhealthway-identifier-type-codes",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-MR\">MR</a></td><td>Medical record number</td><td>An identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0203.html#v2-0203-NNKOR\">NNKOR</a></td><td>National Person Identifier for Republic of Korea</td><td/></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-myhealthway-identifier-types.html\"><code>https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-myhealthway-identifier-types.html#myhealthway-identifier-types-MHID\">MHID</a></td><td>My Healthway Identifier</td></tr></table></li></ul></div>"
  },
  "url" : "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-identifier-type-codes",
  "version" : "1.0.1",
  "name" : "MyHealthWayIdentifierTypeCodes",
  "title" : "MyHealthWay Identifier Type Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-01-05T09:06:14+09:00",
  "publisher" : "한국보건의료정보원",
  "contact" : [
    {
      "name" : "한국보건의료정보원",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hins.or.kr/"
        }
      ]
    }
  ],
  "description" : "MyHealthWay 환자 식별자 유형 코드집합",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "MR",
            "display" : "Medical record number"
          },
          {
            "code" : "NNKOR",
            "display" : "National Person Identifier for Republic of Korea"
          }
        ]
      },
      {
        "system" : "https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types",
        "concept" : [
          {
            "code" : "MHID",
            "display" : "My Healthway Identifier"
          }
        ]
      }
    ]
  }
}