@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/ChargeItem/cha-ds> a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cha-ds"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nhicore.nhi.gov.tw/empd/StructureDefinition/ChargeItem-DS"^^xsd:anyURI ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/ChargeItem-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: ChargeItem cha-ds</b></p><a name=\"cha-ds\"> </a><a name=\"hccha-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-ChargeItem-DS.html\">調劑單張-藥物服務代碼</a></p></div><p><b>status</b>: Billed</p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw 05221A}\">藥事服務代碼</span></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></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "billed"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "https://twcore.mohw.gov.tw"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "05221A" ] ;
       fhir:display [ fhir:v "藥事服務代碼" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Patient/pat-ds> ;
     fhir:reference [ fhir:v "Patient/pat-ds" ]
  ] . # 

# -------------------------------------------------------------------------------------

