MyHealthWay
1.0.0 - Trial-Implementation KR

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

: MyHealthWay Identifier Types - TTL Representation

Active as of 2023-12-21

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "myhealthway-identifier-types"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">MHID<a name=\"myhealthway-identifier-types-MHID\"> </a></td><td>My Healthway Identifier</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/CodeSystem/myhealthway-identifier-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MyHealthWayIdentifierTypes"] ; # 
  fhir:title [ fhir:v "MyHealthWay Identifier Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-21T14:40:06+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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MHID" ] ;
fhir:display [ fhir:v "My Healthway Identifier" ]
  ] ) . #