臺灣核心實作指引(TW Core IG) 0.1.1 - Trial Use
This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.1: Releases) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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 "medical-service-payment-tw"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medical-service-payment-tw"^^xsd:anyURI] ; # fhir:version [ fhir:v "2022-10-07"] ; # fhir:name [ fhir:v "TWMedicalServicePayment"] ; # fhir:title [ fhir:v "臺灣醫療服務給付項目值集"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-07-01"^^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 "臺灣醫療服務給付項目值集,參照至[https://www.nhi.gov.tw/Content_List.aspx?n=58ED9C8D8417D00B](https://www.nhi.gov.tw/Content_List.aspx?n=58ED9C8D8417D00B) \r\n代碼出版日期:2022-07-01;資料所屬單位:衛生福利部中央健康保險署。\r\n\r\n*因原始資料無代碼版本資訊,故使用其「生效日期」作為版本資訊。*"] ; # fhir:copyright [ fhir:v "衛生福利部中央健康保險署"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw"^^xsd:anyURI ] ] ) ] . #