臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions
: 藥品資訊範例 - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Medication/MedicationTWCM-pro> a fhir:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "MedicationTWCM-pro"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/medication-twcm" ;
fhir:index 0 ;
fhir:link <https://www.nricm.edu.tw/twcm/StructureDefinition/medication-twcm>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>藥品的詳細資料</b></h3><p><b>藥品健保碼</b>:A061308 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/nhi-medication-ch-herb-tw\">臺灣健保署中藥用藥品項</a>#A061308)</span></p><p><b>藥品藥品碼</b>:衛部藥製字第061308號 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-mohw-dopmac-tcmmedication.html\">臺灣衛福部中醫藥品許可證</a>#衛部藥製字第061308號)</span></p><p><b>藥品商品名</b>:\"順天堂\"紅耆濃縮顆粒</p></div>"
] ;
fhir:Medication.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/nhi-medication-ch-herb-tw" ] ;
fhir:Coding.code [ fhir:value "A061308" ] ;
fhir:Coding.display [ fhir:value "\"順天堂\"紅耆濃縮顆粒" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/mohw-dopmac-tcmmedication" ] ;
fhir:Coding.code [ fhir:value "衛部藥製字第061308號" ] ;
fhir:Coding.display [ fhir:value "“順天堂”紅耆濃縮顆粒 \"Sun Ten\" Hong Qi Extract Granules" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Medication/MedicationTWCM-pro.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Medication/MedicationTWCM-pro.ttl> .