@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 -------------------------------------------------------------------

<https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-self-01-ep> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "med-req-self-01-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-Self-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-Self-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-self-01-ep</b></p><a name=\"med-req-self-01-ep\"> </a><a name=\"hcmed-req-self-01-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-Self-EMPD.html\">電子處方箋-處方內容(MedicationRequest)</a></p></div><p><b>identifier</b>: <code>http://www.moi.gov.tw/</code>/MedRQ02, 1</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 00}\">自費</span></p><p><b>medication</b>: <a href=\"Medication-MedicationSelfEMPD-non02.html\">Medication 準分子雷射冠狀動脈血管整型術導管</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-02-ep.html\">Coverage: status = active; type = 普通疾病</a></p><p><b>note</b>: , </p><blockquote><div><p>否,無須合併</p>\n</div></blockquote><blockquote><div><p>N,不註銷</p>\n</div></blockquote></div>"
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw/" ] ;
     fhir:Identifier.value [ fhir:value "MedRQ02" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.value [ fhir:value "1" ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs" ] ;
       fhir:Coding.code [ fhir:value "A" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs" ] ;
       fhir:Coding.code [ fhir:value "3" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs" ] ;
       fhir:Coding.code [ fhir:value "00" ] ;
       fhir:Coding.display [ fhir:value "自費" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Medication/MedicationSelfEMPD-non02> ;
     fhir:Reference.reference [ fhir:value "Medication/MedicationSelfEMPD-non02" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:MedicationRequest.insurance [
     fhir:index 0 ;
     fhir:link <https://nhicore.nhi.gov.tw/empd/Coverage/cov-02-ep> ;
     fhir:Reference.reference [ fhir:value "Coverage/cov-02-ep" ]
  ] ;
  fhir:MedicationRequest.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "否,無須合併" ]
  ], [
     fhir:index 1 ;
     fhir:Annotation.text [ fhir:value "N,不註銷" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-self-01-ep.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

