臺灣電子處方箋與調劑單張實作指引(TW EMPD IG) 0.1.0 - ci-build
臺灣電子處方箋與調劑單張實作指引(TW EMPD IG) - Downloaded Version 0.1.0 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 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 ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TypeOfPrescription-vs"] ; # 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: ValueSet TypeOfPrescription-vs</b></p><a name=\"TypeOfPrescription-vs\"> </a><a name=\"hcTypeOfPrescription-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-TypeOfPrescription-cs.html\"><code>https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nhicore.nhi.gov.tw/empd/ValueSet/TypeOfPrescription-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "TypeOfPrescriptionValueSet"] ; # fhir:title [ fhir:v "處方箋種類註記值集"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2022-01-28"^^xsd:date] ; # fhir:publisher [ fhir:v "NHI"] ; # fhir:contact ( [ fhir:name [ fhir:v "NHI" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.nhi.gov.tw/en/mp-2.html" ] ] ) ] ) ; # fhir:description [ fhir:v "處方箋種類註記值集"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs"^^xsd:anyURI ] ] ) ] . #