This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.0: Releases) 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
: 臺灣衛福部資訊處Provenance參與類型 - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "provenance-participant-type-tw"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem provenance-participant-type-tw</b></p><a name=\"provenance-participant-type-tw\"> </a><a name=\"hcprovenance-participant-type-tw\"> </a><a name=\"provenance-participant-type-tw-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>effectiveDate</td><td>effectiveDate</td><td>http://hl7.org/fhir/concept-properties#effectiveDate</td><td>dateTime</td><td>生效日期</td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>狀態</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>effectiveDate</b></td><td><b>status</b></td></tr><tr><td style=\"white-space:nowrap\">transmitter<a name=\"provenance-participant-type-tw-transmitter\"> </a></td><td>Transmitter</td><td>The entity that provided the copy to your system.</td><td>2024-08</td><td>active</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2024-08-31"] ; #
fhir:name [ fhir:v "TWProvenancePaticipantType"] ; #
fhir:title [ fhir:v "臺灣衛福部資訊處Provenance參與類型"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-31"^^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 "臺灣衛福部資訊處Provenance參與類型。"] ; #
fhir:copyright [ fhir:v "衛生福利部資訊處"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#effectiveDate"^^xsd:anyURI ] ;
fhir:description [ fhir:v "生效日期" ] ;
fhir:type [ fhir:v "dateTime" ]
] [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "狀態" ] ;
fhir:type [ fhir:v "code" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "transmitter" ] ;
fhir:display [ fhir:v "Transmitter" ] ;
fhir:definition [ fhir:v "The entity that provided the copy to your system." ] ;
( fhir:property [
fhir:code [ fhir:v "effectiveDate" ] ;
fhir:value [ fhir:v "2024-08"^^xsd:gYearMonth ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] )
] ) . #