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 SNOMED CT 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-snomedct-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-snomedct-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "MyHealthWaySnomedctCodes"] ; # 
  fhir:title [ fhir:v "MyHealthWay SNOMED CT 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 SNOMED CT 코드 집합"] ; # 
  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://snomed.info/sct"^^xsd:anyURI ]     ] )
  ] . #