@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 -------------------------------------------------------------------

<https://nhicore.nhi.gov.tw/empd/Media/media-ds> a fhir:Media ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "media-ds"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Media-DS"^^xsd:anyURI ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Media-DS>
     ] )
  ] ; # 
  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: Media media-ds</b></p><a name=\"media-ds\"> </a><a name=\"hcmedia-ds\"> </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-Media-DS.html\">調劑單張-領藥者數位簽章</a></p></div><p><b>status</b>: Completed</p><p><b>subject</b>: <a href=\"Patient-pat-ds.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><h3>Contents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Data</b></td></tr><tr><td style=\"display: none\">*</td><td>image/jpeg</td><td><code>6aCY6Jel6ICF5pW45L2N57C956ug</code></td></tr></table><p><b>note</b>: </p><blockquote><div><p>特殊服用方式之藥品：開立3天、總量為12顆。 1天4顆(早上1.5顆、中午1.5顆、晚上0顆、睡前1顆)。</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:subject [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Patient/pat-ds> ;
     fhir:reference [ fhir:v "Patient/pat-ds" ]
  ] ; # 
  fhir:content [
     fhir:contentType [ fhir:v "image/jpeg" ] ;
     fhir:data [ fhir:v "6aCY6Jel6ICF5pW45L2N57C956ug"^^xsd:base64Binary ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "特殊服用方式之藥品：開立3天、總量為12顆。 1天4顆(早上1.5顆、中午1.5顆、晚上0顆、睡前1顆)。" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

