臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.0 - ci-build

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. See the Directory of published versions

: med-req-02-ep - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-02-ep"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD"^^xsd:anyURI ;
fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-02-ep</b></p><a name=\"med-req-02-ep\"> </a><a name=\"hcmed-req-02-ep\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequest-EMPD.html\">電子處方箋-處方內容(MedicationRequest)</a></p></div><p><b>identifier</b>: <code>http://www.moi.gov.tw/</code>/MedRQ02, 9</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs A}\">一般處方箋:處方用藥,一次給予7日(含)以下之用藥量</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs 3}\">特殊材料</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs 01}\">非自費</span></p><p><b>medication</b>: <a href=\"Medication-med-01-ep.html\">Medication YEN KUANG EYE DROPS</a></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>insurance</b>: <a href=\"Coverage-cov-ep.html\">Coverage: status = active; type = 職業傷害</a></p><p><b>note</b>: , </p><blockquote><div><p>A</p>\n</div></blockquote><blockquote><div><p>特殊材料</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MedRQ02" ]
  ] [
fhir:value [ fhir:v "9" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "非自費" ]     ] )
  ] ) ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/med-01-ep" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-ep" ]
  ] ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/cov-ep" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "A" ]
  ] [
fhir:text [ fhir:v "特殊材料" ]
  ] ) . #