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

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 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

: 電子處方箋-多項用藥-Bundle - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/bun-04-ep> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "bun-04-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Bundle-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Bundle-EMPD>
     ]
  ] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/identifier/prescription" ] ;
     fhir:Identifier.value [ fhir:value "Med000004" ]
  ] ;
  fhir:Bundle.type [ fhir:value "document"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-08-31T14:30:00+01:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Composition/com-04-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Composition/com-04-ep>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Patient/pat-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Patient/pat-ep>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Organization/org-01-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Organization/org-01-ep>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Practitioner/pra-01-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Practitioner/pra-01-ep>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Encounter/enc-01-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Encounter/enc-01-ep>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Observation/obs-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Observation/obs-ep>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Condition/con-04-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Condition/con-04-ep>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Coverage/cov-01-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Coverage/cov-01-ep>
  ], [
     fhir:index 8 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Medication/med-04-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Medication/med-04-ep>
  ], [
     fhir:index 9 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Medication/med-05-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Medication/med-05-ep>
  ], [
     fhir:index 10 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/Medication/med-06-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/Medication/med-06-ep>
  ], [
     fhir:index 11 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-04-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-04-ep>
  ], [
     fhir:index 12 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-05-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-05-ep>
  ], [
     fhir:index 13 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-06-ep" ] ;
     fhir:Bundle.entry.resource <https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-06-ep>
  ] .

<https://nhicore.nhi.gov.tw/empd/Composition/com-04-ep> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "com-04-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Composition-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Composition-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_com-04-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition com-04-ep</b></p><a name=\"com-04-ep\"> </a><a name=\"hccom-04-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-Composition-EMPD.html\">電子處方箋-Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57833-6}\">Prescription for medication</span></p><p><b>encounter</b>: <a href=\"Encounter-enc-01-ep.html\">Encounter: identifier = https://nhicore.nhi.gov.tw/empd/medical-encounter-identifier#1101020012B234567890202608241515,https://nhicore.nhi.gov.tw/empd/func-sequence-number#001; status = finished; class = 西醫一般案件 (NHI-健保門診西醫案件分類#01); type = 醫學中心;一般門診; serviceType = 不分科; period = 2026-07-21 --&gt; (ongoing)</a></p><p><b>date</b>: 2024-02-19 14:30:00+0100</p><p><b>author</b>: </p><ul><li><a href=\"Organization-org-01-ep.html\">Organization 洪文武診所</a></li><li><a href=\"Practitioner-pra-01-ep.html\">Practitioner 洪文武(official)</a></li></ul><p><b>title</b>: 電子處方箋</p><p><b>custodian</b>: <a href=\"Organization-org-01-ep.html\">Organization 洪文武診所</a></p></div>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:57833-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "57833-6" ] ;
       fhir:Coding.display [ fhir:value "Prescription for medication" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:Composition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/enc-01-ep> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-01-ep" ]
  ] ;
  fhir:Composition.date [ fhir:value "2024-02-19T14:30:00+01:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/org-01-ep> ;
     fhir:Reference.reference [ fhir:value "Organization/org-01-ep" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/pra-01-ep> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-01-ep" ]
  ] ;
  fhir:Composition.title [ fhir:value "電子處方箋"] ;
  fhir:Composition.custodian [
     fhir:link <http://hl7.org/fhir/Organization/org-01-ep> ;
     fhir:Reference.reference [ fhir:value "Organization/org-01-ep" ]
  ] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:29762-2 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "29762-2" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Social history Narrative" ]
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Coverage/cov-01-ep> ;
       fhir:Reference.reference [ fhir:value "Coverage/cov-01-ep" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:85353-1 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "85353-1" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ]
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Observation/obs-ep> ;
       fhir:Reference.reference [ fhir:value "Observation/obs-ep" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:29548-5 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "29548-5" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Diagnosis Narrative" ]
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Condition/con-04-ep> ;
       fhir:Reference.reference [ fhir:value "Condition/con-04-ep" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:29551-9 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "29551-9" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Medication prescribed Narrative Narrative" ]
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Medication/med-04-ep> ;
       fhir:Reference.reference [ fhir:value "Medication/med-04-ep" ]
     ], [
       fhir:index 1 ;
       fhir:link <http://hl7.org/fhir/Medication/med-05-ep> ;
       fhir:Reference.reference [ fhir:value "Medication/med-05-ep" ]
     ], [
       fhir:index 2 ;
       fhir:link <http://hl7.org/fhir/Medication/med-06-ep> ;
       fhir:Reference.reference [ fhir:value "Medication/med-06-ep" ]
     ], [
       fhir:index 3 ;
       fhir:link <http://hl7.org/fhir/MedicationRequest/med-req-04-ep> ;
       fhir:Reference.reference [ fhir:value "MedicationRequest/med-req-04-ep" ]
     ], [
       fhir:index 4 ;
       fhir:link <http://hl7.org/fhir/MedicationRequest/med-req-05-ep> ;
       fhir:Reference.reference [ fhir:value "MedicationRequest/med-req-05-ep" ]
     ], [
       fhir:index 5 ;
       fhir:link <http://hl7.org/fhir/MedicationRequest/med-req-06-ep> ;
       fhir:Reference.reference [ fhir:value "MedicationRequest/med-req-06-ep" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-ep> a fhir:Patient .

<http://hl7.org/fhir/Encounter/enc-01-ep> a fhir:Encounter .

<http://hl7.org/fhir/Organization/org-01-ep> a fhir:Organization .

<http://hl7.org/fhir/Practitioner/pra-01-ep> a fhir:Practitioner .

<http://hl7.org/fhir/Coverage/cov-01-ep> a fhir:Coverage .

<http://hl7.org/fhir/Observation/obs-ep> a fhir:Observation .

<http://hl7.org/fhir/Condition/con-04-ep> a fhir:Condition .

<http://hl7.org/fhir/Medication/med-04-ep> a fhir:Medication .

<http://hl7.org/fhir/Medication/med-05-ep> a fhir:Medication .

<http://hl7.org/fhir/Medication/med-06-ep> a fhir:Medication .

<http://hl7.org/fhir/MedicationRequest/med-req-04-ep> a fhir:MedicationRequest .

<http://hl7.org/fhir/MedicationRequest/med-req-05-ep> a fhir:MedicationRequest .

<http://hl7.org/fhir/MedicationRequest/med-req-06-ep> a fhir:MedicationRequest .

<https://nhicore.nhi.gov.tw/empd/Patient/pat-ep> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "pat-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Patient-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Patient-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_pat-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-ep</b></p><a name=\"pat-ep\"> </a><a name=\"hcpat-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-Patient-EMPD.html\">電子處方箋-病人基本資料</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code/Z199999829 (use: official, )</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"年齡\"><a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/StructureDefinition-person-age.html\">Person Age</a></td><td colspan=\"3\">39 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age" ] ;
     fhir:Extension.valueAge [
       fhir:Quantity.value [ fhir:value "39"^^xsd:decimal ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "a" ]
     ]
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NNxxx" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "Z199999829" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.tmip.com.tw/" ] ;
     fhir:Identifier.value [ fhir:value "A12345" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "甄○康" ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1985-01-02"^^xsd:date] .

<https://nhicore.nhi.gov.tw/empd/Organization/org-01-ep> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "org-01-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Organization-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Organization-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_org-01-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-01-ep</b></p><a name=\"org-01-ep\"> </a><a name=\"hcorg-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-Organization-EMPD.html\">電子處方箋-醫事機構基本資料</a></p></div><p><b>identifier</b>: Provider number/3531020884</p><p><b>name</b>: 洪文武診所</p><p><b>telecom</b>: ph: 02-29765731(Work)</p><p><b>address</b>: 新北市三重區集美街162號1樓(work)</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PRN" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/organization-identifier-tw" ] ;
     fhir:Identifier.value [ fhir:value "3531020884" ]
  ] ;
  fhir:Organization.name [ fhir:value "洪文武診所"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "02-29765731" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.text [ fhir:value "新北市三重區集美街162號1樓" ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Practitioner/pra-01-ep> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "pra-01-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Practitioner-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Practitioner-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_pra-01-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner pra-01-ep</b></p><a name=\"pra-01-ep\"> </a><a name=\"hcpra-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-Practitioner-EMPD.html\">電子處方箋-醫事人員基本資料</a></p></div><p><b>name</b>: 洪文武(Official)</p><p><b>telecom</b>: ph: 02-29765731(Work)</p></div>"
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "洪文武" ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "02-29765731" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Encounter/enc-01-ep> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "enc-01-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Encounter-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Encounter-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_enc-01-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-01-ep</b></p><a name=\"enc-01-ep\"> </a><a name=\"hcenc-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-Encounter-EMPD.html\">電子處方箋-門診基本資料</a></p></div><p><b>identifier</b>: <code>https://nhicore.nhi.gov.tw/empd/medical-encounter-identifier</code>/1101020012B234567890202608241515, <code>https://nhicore.nhi.gov.tw/empd/func-sequence-number</code>/001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-nhi-outpatient-case-type.html#nhi-outpatient-case-type-01\">NHI-健保門診西醫案件分類: 01</a> (西醫一般案件)</p><p><b>type</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/PartCode-cs A12}\">醫學中心;一般門診</span></p><p><b>serviceType</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-treatment-department-nhi-tw 00}\">不分科</span></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p><p><b>period</b>: 2026-07-21 --&gt; (ongoing)</p></div>"
  ] ;
  fhir:Encounter.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/medical-encounter-identifier" ] ;
     fhir:Identifier.value [ fhir:value "1101020012B234567890202608241515" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/func-sequence-number" ] ;
     fhir:Identifier.value [ fhir:value "001" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/nhi-outpatient-case-type" ] ;
     fhir:Coding.code [ fhir:value "01" ] ;
     fhir:Coding.display [ fhir:value "西醫一般案件" ]
  ] ;
  fhir:Encounter.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/PartCode-cs" ] ;
       fhir:Coding.code [ fhir:value "A12" ] ;
       fhir:Coding.display [ fhir:value "醫學中心;一般門診" ]
     ]
  ] ;
  fhir:Encounter.serviceType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-treatment-department-nhi-tw" ] ;
       fhir:Coding.code [ fhir:value "00" ] ;
       fhir:Coding.display [ fhir:value "不分科" ]
     ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2026-07-21"^^xsd:date ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Observation/obs-ep> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "obs-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Observation-EMPD-BodyWeight" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Observation-EMPD-BodyWeight>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_obs-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-ep</b></p><a name=\"obs-ep\"> </a><a name=\"hcobs-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-Observation-EMPD-BodyWeight.html\">電子處方箋-體重</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2023-12-21</p><p><b>value</b>: 50 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "vital-signs" ] ;
       fhir:Coding.display [ fhir:value "Vital Signs" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:29463-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "29463-7" ] ;
       fhir:Coding.display [ fhir:value "Body weight" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2023-12-21"^^xsd:date] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "kg" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "kg" ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Condition/con-04-ep> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "con-04-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Condition-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Condition-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_con-04-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition con-04-ep</b></p><a name=\"con-04-ep\"> </a><a name=\"hccon-04-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-Condition-EMPD.html\">電子處方箋-診斷</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 29548-5}\">Diagnosis Narrative</span></p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw E11.9}\">第二型糖尿病,無併發症</span></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ] ;
       fhir:Coding.display [ fhir:value "Active" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:29548-5 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "29548-5" ] ;
       fhir:Coding.display [ fhir:value "Diagnosis Narrative" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw" ] ;
       fhir:Coding.code [ fhir:value "E11.9" ] ;
       fhir:Coding.display [ fhir:value "第二型糖尿病,無併發症" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Coverage/cov-01-ep> a fhir:Coverage ;
  fhir:Resource.id [ fhir:value "cov-01-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Coverage-EMR" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Coverage-EMR>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_cov-01-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage cov-01-ep</b></p><a name=\"cov-01-ep\"> </a><a name=\"hccov-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-Coverage-EMR.html\">電子處方箋/調劑單張-就醫身分別</a></p></div><p><b>Extension-給付類別</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/PaymentCategory-cs 4}\">普通疾病</span></p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/nhi-identity-type 00}\">健保</span></p><p><b>beneficiary</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p><p><b>payor</b>: <a href=\"Organization-org-nhi-ep.html\">Organization 衛生福利部中央健康保險署</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Extension-PaymentCategory" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/PaymentCategory-cs" ] ;
         fhir:Coding.code [ fhir:value "4" ] ;
         fhir:Coding.display [ fhir:value "普通疾病" ]
       ]
     ]
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/nhi-identity-type" ] ;
       fhir:Coding.code [ fhir:value "00" ] ;
       fhir:Coding.display [ fhir:value "健保" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "健保" ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/org-nhi-ep> ;
     fhir:Reference.reference [ fhir:value "Organization/org-nhi-ep" ]
  ] .

<http://hl7.org/fhir/Organization/org-nhi-ep> a fhir:Organization .

<https://nhicore.nhi.gov.tw/empd/Medication/med-04-ep> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "med-04-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_med-04-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication med-04-ep</b></p><a name=\"med-04-ep\"> </a><a name=\"hcmed-04-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-Medication-EMPD.html\">電子處方箋-藥物處方內容(Medication)</a></p></div><p><b>code</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs BC071521G0}\">Metformin hydrochloride</span></p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm TAB}\">錠劑</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 109083009}\">Metformin hydrochloride</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></div>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs" ] ;
       fhir:Coding.code [ fhir:value "BC071521G0" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Metformin hydrochloride" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ] ;
       fhir:Coding.code [ fhir:value "TAB" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "錠劑" ]
  ] ;
  fhir:Medication.ingredient [
     fhir:index 0 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:109083009 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "109083009" ] ;
         fhir:Coding.display [ fhir:value "Metformin hydrochloride (substance)" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Metformin hydrochloride" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "Tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "{tbl}" ]
       ]
     ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Medication/med-05-ep> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "med-05-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_med-05-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication med-05-ep</b></p><a name=\"med-05-ep\"> </a><a name=\"hcmed-05-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-Medication-EMPD.html\">電子處方箋-藥物處方內容(Medication)</a></p></div><p><b>code</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs BC26406100}\">Empagliflozin</span></p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm TAB}\">膜衣錠</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 703894008}\">Empagliflozin</span></td><td>10 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></div>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs" ] ;
       fhir:Coding.code [ fhir:value "BC26406100" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Empagliflozin" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ] ;
       fhir:Coding.code [ fhir:value "TAB" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "膜衣錠" ]
  ] ;
  fhir:Medication.ingredient [
     fhir:index 0 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:703894008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "703894008" ] ;
         fhir:Coding.display [ fhir:value "Empagliflozin (substance)" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Empagliflozin" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "Tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "{tbl}" ]
       ]
     ]
  ] .

<https://nhicore.nhi.gov.tw/empd/Medication/med-06-ep> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "med-06-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Medication-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_med-06-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication med-06-ep</b></p><a name=\"med-06-ep\"> </a><a name=\"hcmed-06-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-Medication-EMPD.html\">電子處方箋-藥物處方內容(Medication)</a></p></div><p><b>code</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs AB48089100}\">Gliclazide</span></p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm ERTAB}\">持續性藥效錠</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 395731001}\">Gliclazide</span></td><td>30 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></div>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/NHIMedication-cs" ] ;
       fhir:Coding.code [ fhir:value "AB48089100" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Gliclazide" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ] ;
       fhir:Coding.code [ fhir:value "ERTAB" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "持續性藥效錠" ]
  ] ;
  fhir:Medication.ingredient [
     fhir:index 0 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:395731001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "395731001" ] ;
         fhir:Coding.display [ fhir:value "Gliclazide (substance)" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Gliclazide" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "Tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "{tbl}" ]
       ]
     ]
  ] .

<https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-04-ep> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "med-req-04-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_med-req-04-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-04-ep</b></p><a name=\"med-req-04-ep\"> </a><a name=\"hcmed-req-04-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>Extension-給藥總日份</b>: 28</p><p><b>identifier</b>: <code>https://nhicore.nhi.gov.tw/empd/identifier/prescription</code>/Med000004, 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 1}\">用藥明細</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs 01}\">非自費</span></p><p><b>medication</b>: <a href=\"Medication-med-04-ep.html\">Medication GLUCOPHAGE TABLETS</a></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p><p><b>insurance</b>: <a href=\"Coverage-cov-01-ep.html\">Coverage: extension = 普通疾病; status = active; type = 健保</a></p><p><b>note</b>: </p><blockquote><div><p>否,無須合併</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: 2</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 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2026-08-24 --&gt; 2026-08-27</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 56 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></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>28</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Extension-TotalDuration" ] ;
     fhir:Extension.valuePositiveInt [ fhir:value "28"^^xsd:positiveInteger ]
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/identifier/prescription" ] ;
     fhir:Identifier.value [ fhir:value "Med000004" ]
  ], [
     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 "1" ]
     ]
  ], [
     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 "01" ] ;
       fhir:Coding.display [ fhir:value "非自費" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/med-04-ep> ;
     fhir:Reference.reference [ fhir:value "Medication/med-04-ep" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:MedicationRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/cov-01-ep> ;
     fhir:Reference.reference [ fhir:value "Coverage/cov-01-ep" ]
  ] ;
  fhir:MedicationRequest.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "否,無須合併" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw" ] ;
         fhir:Coding.code [ fhir:value "PO" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "{tbl}" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.validityPeriod [
       fhir:Period.start [ fhir:value "2026-08-24"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2026-08-27"^^xsd:date ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "0"^^xsd:nonNegativeInteger ] ;
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "56"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "tablet" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "{tbl}" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "28"^^xsd:decimal ]
     ]
  ] .

<https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-05-ep> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "med-req-05-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_med-req-05-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-05-ep</b></p><a name=\"med-req-05-ep\"> </a><a name=\"hcmed-req-05-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>Extension-給藥總日份</b>: 28</p><p><b>identifier</b>: <code>https://nhicore.nhi.gov.tw/empd/identifier/prescription</code>/Med000004, 2</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 1}\">用藥明細</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs 01}\">非自費</span></p><p><b>medication</b>: <a href=\"Medication-med-05-ep.html\">Medication Jardiance 10mg Film-Coated Tablets</a></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p><p><b>insurance</b>: <a href=\"Coverage-cov-01-ep.html\">Coverage: extension = 普通疾病; status = active; type = 健保</a></p><p><b>note</b>: </p><blockquote><div><p>否,無須合併</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once</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 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2026-08-24 --&gt; 2026-08-27</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 14 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></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>14</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Extension-TotalDuration" ] ;
     fhir:Extension.valuePositiveInt [ fhir:value "28"^^xsd:positiveInteger ]
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/identifier/prescription" ] ;
     fhir:Identifier.value [ fhir:value "Med000004" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.value [ fhir:value "2" ]
  ] ;
  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 "1" ]
     ]
  ], [
     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 "01" ] ;
       fhir:Coding.display [ fhir:value "非自費" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/med-05-ep> ;
     fhir:Reference.reference [ fhir:value "Medication/med-05-ep" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:MedicationRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/cov-01-ep> ;
     fhir:Reference.reference [ fhir:value "Coverage/cov-01-ep" ]
  ] ;
  fhir:MedicationRequest.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "否,無須合併" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw" ] ;
         fhir:Coding.code [ fhir:value "PO" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "{tbl}" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.validityPeriod [
       fhir:Period.start [ fhir:value "2026-08-24"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2026-08-27"^^xsd:date ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "0"^^xsd:nonNegativeInteger ] ;
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "14"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "tablet" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "{tbl}" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "14"^^xsd:decimal ]
     ]
  ] .

<https://nhicore.nhi.gov.tw/empd/MedicationRequest/med-req-06-ep> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "med-req-06-ep"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-EMPD>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_med-req-06-ep\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-06-ep</b></p><a name=\"med-req-06-ep\"> </a><a name=\"hcmed-req-06-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>Extension-給藥總日份</b>: 28</p><p><b>identifier</b>: <code>https://nhicore.nhi.gov.tw/empd/identifier/prescription</code>/Med000004, 3</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 1}\">用藥明細</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs 01}\">非自費</span></p><p><b>medication</b>: <a href=\"Medication-med-06-ep.html\">Medication Diamin MR Tablets 30mg (Gliclazide)</a></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number (use: official, ))</a></p><p><b>insurance</b>: <a href=\"Coverage-cov-01-ep.html\">Coverage: extension = 普通疾病; status = active; type = 健保</a></p><p><b>note</b>: </p><blockquote><div><p>否,無須合併</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once</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 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2026-08-24 --&gt; 2026-08-27</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 7 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></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>7</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Extension-TotalDuration" ] ;
     fhir:Extension.valuePositiveInt [ fhir:value "28"^^xsd:positiveInteger ]
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/identifier/prescription" ] ;
     fhir:Identifier.value [ fhir:value "Med000004" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.value [ fhir:value "3" ]
  ] ;
  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 "1" ]
     ]
  ], [
     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 "01" ] ;
       fhir:Coding.display [ fhir:value "非自費" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/med-06-ep> ;
     fhir:Reference.reference [ fhir:value "Medication/med-06-ep" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-ep> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-ep" ]
  ] ;
  fhir:MedicationRequest.insurance [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Coverage/cov-01-ep> ;
     fhir:Reference.reference [ fhir:value "Coverage/cov-01-ep" ]
  ] ;
  fhir:MedicationRequest.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "否,無須合併" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw" ] ;
         fhir:Coding.code [ fhir:value "PO" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "tablet" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "{tbl}" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.validityPeriod [
       fhir:Period.start [ fhir:value "2026-08-24"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2026-08-27"^^xsd:date ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "0"^^xsd:nonNegativeInteger ] ;
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "tablet" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "{tbl}" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/bun-04-ep.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/bun-04-ep.ttl> .