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 - TTL Representation

Active as of 2024-01-05

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "myhealthway-identifier-type-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:url [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-identifier-type-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "MyHealthWayIdentifierTypeCodes"] ; # 
  fhir:title [ fhir:v "MyHealthWay Identifier Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-05T09:06:14+09:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "한국보건의료정보원"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "한국보건의료정보원" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hins.or.kr/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "MyHealthWay 환자 식별자 유형 코드집합"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]       ] [
fhir:code [ fhir:v "NNKOR" ] ;
fhir:display [ fhir:v "National Person Identifier for Republic of Korea" ]       ] )     ] [
fhir:system [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "MHID" ] ;
fhir:display [ fhir:v "My Healthway Identifier" ]       ] )     ] )
  ] . #