@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://fhir.dha.go.ke/eclaims/Coverage/COV-0001> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "COV-0001"] ; # 
  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-0001</b></p><a name=\"COV-0001\"> </a><a name=\"hcCOV-0001\"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-PT-0001.html\">John Doe  Male, DoB: 1980-01-01</a></p><p><b>payor</b>: <a href=\"Organization-INS-001.html\">Organization Kenya Insurance Company</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:beneficiary [
     fhir:l <https://fhir.dha.go.ke/eclaims/Patient/PT-0001> ;
     fhir:reference [ fhir:v "Patient/PT-0001" ]
  ] ; # 
  fhir:payor ( [
     fhir:l <https://fhir.dha.go.ke/eclaims/Organization/INS-001> ;
     fhir:reference [ fhir:v "Organization/INS-001" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

