@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/Coverage/cov-ds> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cov-ds"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Coverage-EMR"^^xsd:anyURI ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Coverage-EMR>
     ] )
  ] ; # 
  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: Coverage cov-ds</b></p><a name=\"cov-ds\"> </a><a name=\"hccov-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-Coverage-EMR.html\">電子處方箋/調劑單張-就醫身分別</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/PaymentCategory-cs 4}\">普通疾病</span></p><p><b>beneficiary</b>: <a href=\"Patient-pat-ds.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>payor</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 "active"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/PaymentCategory-cs"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "4" ] ;
       fhir:display [ fhir:v "普通疾病" ]
     ] )
  ] ; # 
  fhir:beneficiary [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Patient/pat-ds> ;
     fhir:reference [ fhir:v "Patient/pat-ds" ]
  ] ; # 
  fhir:payor ( [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Patient/pat-ds> ;
     fhir:reference [ fhir:v "Patient/pat-ds" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

