電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 電子處方箋 MedicationRequest example - 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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "med-req-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationRequest-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationRequest-EP>     ] )
  ] ; # 
  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: MedicationRequest med-req-01</b></p><a name=\"med-req-01\"> </a><a name=\"hcmed-req-01\"> </a><a name=\"med-req-01-en-US\"> </a><p><b>identifier</b>: <code>http://www.moi.gov.tw/</code>/Med000001, 7</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription A}\">一般處方箋:處方用藥,一次給予7日(含)以下之用藥量</span></p><p><b>medication</b>: <a href=\"Medication-med-01.html\">Medication YEN KUANG EYE DROPS</a></p><p><b>subject</b>: <a href=\"Patient-pat.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>insurance</b>: <a href=\"Coverage-cov.html\">Coverage: status = active; type = 職業傷害</a></p><p><b>note</b>: A, 否</p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2024-01-12 00:00:00+0800 --&gt; 2024-01-19 00:00:00+0800</p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 12 顆</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>3</td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</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:extension ( [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Extension-TotalDuration"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Med000001" ]
  ] [
fhir:value [ fhir:v "7" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A" ]     ] )
  ] ) ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/med-01" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/cov" ]
  ] ) ; # 
  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: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:dispenseRequest [
fhir:validityPeriod [
fhir:start [ fhir:v "2024-01-12T00:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-01-19T00:00:00+08:00"^^xsd:dateTime ]     ] ;
fhir:numberOfRepeatsAllowed [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "12"^^xsd:decimal ] ;
fhir:unit [ fhir:v "顆" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "3"^^xsd:decimal ]     ]
  ] ; # 
  fhir:substitution [
fhir:allowed [ fhir:v "true"^^xsd:boolean ] ;
fhir:reason [
fhir:text [ fhir:v "不可替代時始需註明" ]     ]
  ] . #