診所門診病摘實作指引
1.0.1 - CI Build

This page is part of the 診所門診病摘實作指引 (v1.0.1: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 -------------------------------------------------------------------

 a fhir:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedicationDCR-pro"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cohesiondata.com/clinemr/StructureDefinition/medication-clinemr"^^xsd:anyURI ;
fhir:link <https://fhir.cohesiondata.com/clinemr/StructureDefinition/medication-clinemr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>藥品的詳細資料</b></h3><p><b>藥品健保碼</b>:A040130100 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw\">臺灣健保署健保用藥品項代碼</a>#A040130100)</span></p><p><b>藥品藥品碼</b>:衛署藥製字第022664號 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw\">臺灣食藥署藥品及醫療器材代碼</a>#衛署藥製字第022664號)</span></p><p><b>藥品商品名</b>:\"太田\"阿莫克西林膠囊500毫克(安莫西林) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw\">臺灣食藥署藥品及醫療器材代碼</a>#衛署藥製字第022664號)</span></p></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A040130100" ] ;
fhir:display [ fhir:v "TINTEN TABLETS 500MG" ]     ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "衛署藥製字第022664號" ] ;
fhir:display [ fhir:v "\"太田\"阿莫克西林膠囊500毫克(安莫西林)" ]     ] )
  ] . #