臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. See the Directory of published versions

: HL7 Provenance participant type + 臺灣衛福部資訊處Provenance參與類型 - TTL Representation

Active as of 2024-08-31

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/provenance-participant-type-hl7-tw> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "provenance-participant-type-hl7-tw"] ;
  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 provenance-participant-type-hl7-tw</b></p><a name=\"provenance-participant-type-hl7-tw\"> </a><a name=\"hcprovenance-participant-type-hl7-tw\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-provenance-participant-type-tw.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2024-08-31</span></li><li>Include all codes defined in <a href=\"http://tx.fhir.org/r4\"><code>http://terminology.hl7.org/CodeSystem/provenance-participant-type</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version ?4.0.1</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/provenance-participant-type-hl7-tw"] ;
  fhir:ValueSet.version [ fhir:value "0.3.0"] ;
  fhir:ValueSet.name [ fhir:value "TWProvenancePaticipantTypeHL7"] ;
  fhir:ValueSet.title [ fhir:value "HL7 Provenance participant type + 臺灣衛福部資訊處Provenance參與類型"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-08-31"^^xsd:date] ;
  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.mohw.gov.tw/" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "CCYU@mohw.gov.tw" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "HL7 Provenance participant type + 臺灣衛福部資訊處Provenance參與類型"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/provenance-participant-type-hl7-tw.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/provenance-participant-type-hl7-tw.ttl> .