@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-rxnorm-tw> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medication-rxnorm-tw"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medication-rxnorm-tw</b></p><a name=\"medication-rxnorm-tw\"> </a><a name=\"hcmedication-rxnorm-tw\"> </a><ul><li>Include codes from<a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where TTY  in SCD,SBD,GPCK,BPCK</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-rxnorm-tw"^^xsd:anyURI ;
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medication-rxnorm-tw>
  ] ; # 
  fhir:version [ fhir:v "3.0.0"] ; # 
  fhir:name [ fhir:v "TWMedicationRXNORM"] ; # 
  fhir:title [ fhir:v "RxNorm藥品代碼值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-11-03"^^xsd:date] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "衛生福利部" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.mohw.gov.tw/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "CCYU@mohw.gov.tw" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "RxNorm藥品代碼值集   \n資料所屬單位：Unified Medical Language System® (UMLS®)"] ; # 
  fhir:copyright [ fhir:v "RxNorm. RxNorm is copyright Unified Medical Language System® (UMLS®). Terms & Conditions in https://uts.nlm.nih.gov/license.html https://www.nlm.nih.gov/research/umls/rxnorm/docs/termsofservice.html."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
         fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "TTY" ] ;
         fhir:op [ fhir:v "in" ] ;
         fhir:value [ fhir:v "SCD,SBD,GPCK,BPCK" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

