MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay Medication Clinical Drug - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "myhealthway-medication-clinical-drug"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
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 all codes defined in <a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-hira-edi-medication.html\"><code>http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication</code></a></li><li>Include all codes defined in <a href=\"http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/CodeSystem-kpis-kdcode.html\"><code>http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-medication-clinical-drug"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "MyHealthWayMedicationClinicalDrug"] ; # 
  fhir:title [ fhir:v "MyHealthWay Medication Clinical Drug"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-21T14:48:24+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:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode"^^xsd:anyURI ]     ] )
  ] . #