@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 -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/CoverageEligibilityResponse/ExampleCoverageEligibilityResponse> a fhir:CoverageEligibilityResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleCoverageEligibilityResponse"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage-eligibility-response"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage-eligibility-response>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  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: CoverageEligibilityResponse ExampleCoverageEligibilityResponse</b></p><a name=\"ExampleCoverageEligibilityResponse\"> </a><a name=\"hcExampleCoverageEligibilityResponse\"> </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-vn-core-coverage-eligibility-response.html\">Kết quả tra cứu quyền lợi BHYT VN Core — VN Core Coverage Eligibility Response Profile</a></p></div><p><b>status</b>: Active</p><p><b>purpose</b>: Coverage Validation</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</a></p><p><b>created</b>: 2026-06-21 08:15:05+0700</p><p><b>request</b>: <a href=\"CoverageEligibilityRequest-ExampleCoverageEligibilityRequest.html\">CoverageEligibilityRequest: identifier = http://choray.vn/eligibility-request#ELG-2026-0006789; status = active; purpose = validation; serviced[x] = 2026-06-21; created = 2026-06-21 08:15:00+0700</a></p><p><b>outcome</b>: Processing Complete</p><p><b>insurer</b>: <a href=\"Organization-ExampleOrganizationBHXH.html\">Organization Bảo hiểm xã hội Việt Nam</a></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td><td><b>Inforce</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Coverage-ExampleCoverageBHYTNew.html\">Coverage: extension = Người lao động trong doanh nghiệp,-&gt;Bệnh viện Chợ Rẫy; identifier = http://fhir.hl7.org.vn/core/sid/bhyt#VNBHYT#001085012345; status = active; type = Medical; relationship = Self; period = 2025-08-01 --&gt; 2026-07-31</a></td><td>true</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:purpose ( [ fhir:v "validation"] ) ; # 
  fhir:patient [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ]
  ] ; # 
  fhir:created [ fhir:v "2026-06-21T08:15:05+07:00"^^xsd:dateTime] ; # 
  fhir:request [
     fhir:l <http://fhir.hl7.org.vn/core/CoverageEligibilityRequest/ExampleCoverageEligibilityRequest> ;
     fhir:reference [ fhir:v "CoverageEligibilityRequest/ExampleCoverageEligibilityRequest" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:insurer [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationBHXH> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationBHXH" ]
  ] ; # 
  fhir:insurance ( [
     fhir:coverage [
       fhir:l <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew> ;
       fhir:reference [ fhir:v "Coverage/ExampleCoverageBHYTNew" ]
     ] ;
     fhir:inforce [ fhir:v true ]
  ] ) . # 

# -------------------------------------------------------------------------------------

