電子病歷交換單張實作指引(EMR-IG)
0.2.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.2.0: 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
@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:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "med-dis-01-ds"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationDispense-DS"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationDispense-DS> ] )
] ; #
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: MedicationDispense med-dis-01-ds</b></p><a name=\"med-dis-01-ds\"> </a><a name=\"hcmed-dis-01-ds\"> </a><a name=\"med-dis-01-ds-en-US\"> </a><p><b>identifier</b>: 3, 7</p><p><b>status</b>: Preparation</p><p><b>medication</b>: <a href=\"Medication-med-01-ds.html\">Medication YEN KUANG EYE DROPS</a></p><p><b>subject</b>: <a href=\"Patient-pat-ds.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>quantity</b>: 6 顆</p><p><b>daysSupply</b>: 10 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>note</b>: A, 否</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , 4</p><p><b>route</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw PO}\">口服</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1.0 顆</td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>WasSubstituted</b></td><td><b>Reason</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td><span title=\"Codes:\">不可替代時始需註明</span></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "3" ]
] [
fhir:value [ fhir:v "7" ]
] ) ; #
fhir:status [ fhir:v "preparation"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/med-01-ds" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-ds" ]
] ; #
fhir:quantity [
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "顆" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Day" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "A" ]
] [
fhir:text [ fhir:v "否" ]
] ) ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "4"^^xsd:positiveInteger ] ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PM" ] ;
fhir:display [ fhir:v "PM" ] ] ) ] ] ;
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PO" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1.0"^^xsd:decimal ] ;
fhir:unit [ fhir:v "顆" ] ] ] )
] ) ; #
fhir:substitution [
fhir:wasSubstituted [ fhir:v "true"^^xsd:boolean ] ;
( fhir:reason [
fhir:text [ fhir:v "不可替代時始需註明" ] ] )
] . #
IG © 2023+ 衛生福利部. Package tw.gov.mohw.emr#0.2.0 based on FHIR 4.0.1. Generated 2025-01-20
Links: Table of Contents |
QA Report