@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 -------------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/Medication/MedicationTWCM-min> a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MedicationTWCM-min"] ;
  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>：衛署藥製字第052494號 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-mohw-dopmac-tcmmedication.html\">臺灣衛福部中醫藥品許可證</a>#衛署藥製字第052494號)</span></p><p><b>藥品商品名</b>：“仙豐”浙貝母濃縮散 JEH BEY MUU EXTRACT PULVERES“SHENG FOONG”</p></div>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/mohw-dopmac-tcmmedication" ] ;
       fhir:Coding.code [ fhir:value "衛署藥製字第052494號" ] ;
       fhir:Coding.display [ fhir:value "“仙豐”浙貝母濃縮散 JEH BEY MUU EXTRACT PULVERES“SHENG FOONG”" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/Medication/MedicationTWCM-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

