電子病歷交換單張實作指引(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

: 電子處方箋 Bundle example - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bun-10"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Bundle-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Bundle-EP>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "bun-10" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2024-02-19T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Composition/com"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Composition/com> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Patient/pat"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Patient/pat> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Organization/org"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Organization/org> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Practitioner/pra"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Practitioner/pra> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Encounter/enc"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Encounter/enc> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Observation/obs"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Observation/obs> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Condition/con"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Condition/con> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Coverage/cov"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Coverage/cov> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/Medication/med-01"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/Medication/med-01> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/MedicationRequest/med-req-01"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/emr/MedicationRequest/med-req-01> )
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/Composition/com> a fhir:Composition ;
  fhir:id [ fhir:v "com"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Composition-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Composition-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_com\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition com</b></p><a name=\"com\"> </a><a name=\"hccom\"> </a><a name=\"com-en-US\"> </a><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.html\">Encounter: status = finished; class = 西醫一般案件 (casetype#01); serviceType = General surgery (qualifier value); period = 2023-02-23 --&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.html\">Organization 洪文武診所</a></li><li><a href=\"Practitioner-pra.html\">Practitioner 洪文武(official)</a></li></ul><p><b>title</b>: 電子處方箋</p><p><b>custodian</b>: <a href=\"Organization-org.html\">Organization 洪文武診所</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:57833-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57833-6" ] ;
fhir:display [ fhir:v "Prescription for medication" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/enc" ]
  ] ; # 
  fhir:date [ fhir:v "2024-02-19T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/org" ]
  ] [
fhir:reference [ fhir:v "Practitioner/pra" ]
  ] ) ; # 
  fhir:title [ fhir:v "電子處方箋"] ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/org" ]
  ] ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
a loinc:29762-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29762-2" ]       ] ) ;
fhir:text [ fhir:v "Social history Narrative" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Coverage/cov" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:85353-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85353-1" ]       ] ) ;
fhir:text [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/obs" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:29548-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29548-5" ]       ] ) ;
fhir:text [ fhir:v "Diagnosis Narrative" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/con" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:29551-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29551-9" ]       ] ) ;
fhir:text [ fhir:v "Medication prescribed Narrative" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Medication/med-01" ]     ] [
fhir:reference [ fhir:v "MedicationRequest/med-req-01" ]     ] )
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/Patient/pat> a fhir:Patient ;
  fhir:id [ fhir:v "pat"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Patient-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Patient-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_pat\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient pat</b></p><a name=\"pat\"> </a><a name=\"hcpat\"> </a><a name=\"pat-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"年齡\"><a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.2.0/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:extension ( [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age"^^xsd:anyURI ] ;
fhir:value [
a fhir:Age ;
fhir:value [ fhir:v "39"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]       ] )     ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Z199999829" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "甄○康" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1985-01-02"^^xsd:date] . # 

<https://twcore.mohw.gov.tw/ig/emr/Organization/org> a fhir:Organization ;
  fhir:id [ fhir:v "org"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Organization-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Organization-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_org\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org</b></p><a name=\"org\"> </a><a name=\"hcorg\"> </a><a name=\"org-en-US\"> </a><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:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ]       ] )     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3531020884" ]
  ] ) ; # 
  fhir:name [ fhir:v "洪文武診所"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-29765731" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:text [ fhir:v "新北市三重區集美街162號1樓" ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/Practitioner/pra> a fhir:Practitioner ;
  fhir:id [ fhir:v "pra"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Practitioner-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Practitioner-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_pra\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner pra</b></p><a name=\"pra\"> </a><a name=\"hcpra\"> </a><a name=\"pra-en-US\"> </a><p><b>name</b>: 洪文武(Official)</p><p><b>telecom</b>: ph: 02-29765731(Work)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><code>https://www.mohw.gov.tw/</code>/A1*****8028 (use: official, )</td><td><span title=\"Codes:{http://snomed.info/sct 223366009}\">Healthcare professional</span></td></tr></table></div>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "洪文武" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "02-29765731" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://www.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A1*****8028" ]     ] ) ;
fhir:code [
      ( fhir:coding [
a sct:223366009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "223366009" ]       ] )     ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/Encounter/enc> a fhir:Encounter ;
  fhir:id [ fhir:v "enc"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Encounter-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Encounter-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_enc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc</b></p><a name=\"enc\"> </a><a name=\"hcenc\"> </a><a name=\"enc-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: casetype 01: 西醫一般案件</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 394609007}\">普通外科</span></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>period</b>: 2023-02-23 --&gt; (ongoing)</p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "https://standard-interoperability-lab.com/fhir/CodeSystem/casetype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "西醫一般案件" ]
  ] ; # 
  fhir:serviceType [
    ( fhir:coding [
a sct:394609007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394609007" ]     ] ) ;
fhir:text [ fhir:v "普通外科" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-02-23"^^xsd:date ]
  ] . # 

<https://twcore.mohw.gov.tw/ig/emr/Observation/obs> a fhir:Observation ;
  fhir:id [ fhir:v "obs"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observation-EP-BodyWeight"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observation-EP-BodyWeight>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_obs\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation obs</b></p><a name=\"obs\"> </a><a name=\"hcobs\"> </a><a name=\"obs-en-US\"> </a><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.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>effective</b>: 2023-12-21</p><p><b>performer</b>: <a href=\"Practitioner-pra.html\">Practitioner 洪文武(official)</a></p><p><b>value</b>: 50 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:29463-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body weight" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-12-21"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/pra" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ]
  ] . # 

<https://twcore.mohw.gov.tw/ig/emr/Condition/con> a fhir:Condition ;
  fhir:id [ fhir:v "con"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Condition-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Condition-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_con\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition con</b></p><a name=\"con\"> </a><a name=\"hccon\"> </a><a name=\"con-en-US\"> </a><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://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw A00}\">霍亂</span></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>note</b>: 001</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A00" ] ;
fhir:display [ fhir:v "霍亂" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "001" ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/Coverage/cov> a fhir:Coverage ;
  fhir:id [ fhir:v "cov"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Coverage-EMR"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Coverage-EMR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_cov\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage cov</b></p><a name=\"cov\"> </a><a name=\"hccov\"> </a><a name=\"cov-en-US\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/emr/CodeSystem/paymentcategory 1}\">職業傷害</span></p><p><b>beneficiary</b>: <a href=\"Patient-pat.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>payor</b>: <a href=\"Patient-pat.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/paymentcategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "職業傷害" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Patient/pat" ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/Medication/med-01> a fhir:Medication ;
  fhir:id [ fhir:v "med-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Medication-EP"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Medication-EP>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_med-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication med-01</b></p><a name=\"med-01\"> </a><a name=\"hcmed-01\"> </a><a name=\"med-01-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw A000015421}\">YEN KUANG EYE DROPS</span></p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm TAB}\">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:\">Alemtuzamab (substance)</span></td><td>250 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span>/250 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A000015421" ]     ] ) ;
fhir:text [ fhir:v "YEN KUANG EYE DROPS" ]
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ]     ] ) ;
fhir:text [ fhir:v "TAB" ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:display [ fhir:v "Alemtuzamab (substance)" ]       ] )     ] ;
fhir:strength [
fhir:numerator [
fhir:value [ fhir:v "250"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "250"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/emr/MedicationRequest/med-req-01> a fhir:MedicationRequest ;
  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\"><a name=\"MedicationRequest_med-req-01\"> </a><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 "不可替代時始需註明" ]     ]
  ] . #