臺灣健保事前審查實作指引
1.2.4 - STU1.2.4

This page is part of the 臺灣健保癌症用藥事前審查實作指引(TWPAS IG) (v1.2.4: STU1.2.4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: HL7 TimingAbbreviation + NHI-健保事前審查-藥品使用頻率值集 - TTL Representation

Active as of 2024-01-16

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

<http://hl7.org/fhir/ValueSet/medication-frequency-hl7-nhi> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medication-frequency-hl7-nhi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medication-frequency-hl7-nhi</b></p><a name=\"medication-frequency-hl7-nhi\"> </a><a name=\"hcmedication-frequency-hl7-nhi\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-GTSAbbreviation.html\"><code>http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation</code></a><span title=\"Version is explicitly stated to be 4.0.0\"> version ?4.0.0</span></li><li>Include all codes defined in <a href=\"CodeSystem-medication-frequency-nhi-tw.html\"><code>https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2026-01-27</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/ValueSet/medication-frequency-hl7-nhi"] ;
  fhir:ValueSet.version [ fhir:value "1.2.4"] ;
  fhir:ValueSet.name [ fhir:value "NHIMedicationFrequencyHL7"] ;
  fhir:ValueSet.title [ fhir:value "HL7 TimingAbbreviation + NHI-健保事前審查-藥品使用頻率值集"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-01-16"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "衛生福利部中央健康保險署"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛生福利部中央健康保險署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nhi.gov.tw" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "HL7 TimingAbbreviation + NHI-健保事前審查-藥品使用頻率值集。為配合專案時程,使用暫時性代碼系統,日後將統一使用TW Core IG的臺灣健保署藥品使用頻率。  \r\n代碼對應請參照[臺灣健保署藥品使用頻率代碼對應對應HL7 TimingAbbreviation](https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/ConceptMap-medication-frequency-tw.html)"] ;
  fhir:ValueSet.copyright [ fhir:value "衛生福利部"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.0" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/medication-frequency-hl7-nhi.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/medication-frequency-hl7-nhi.ttl> .