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 "MedicationMCR-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>:衛署藥輸字第023253號 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw\">臺灣食藥署藥品及醫療器材代碼</a>#衛署藥輸字第023253號)</span></p><p><b>藥品商品名</b>:克流感膠囊75毫克</p></div>"
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "衛署藥輸字第023253號" ] ;
fhir:display [ fhir:v "克流感膠囊75毫克" ] ] )
] . #