FHIR Implementation Guide for ABDM
3.0.1 - CI Build India flag


banner

FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions

: Bundle/CoverageEligibilityResponseBundle-discovery-example-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CoverageEligibilityResponseBundle-discovery-example-01"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponseBundle";
       fhir:index 0;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponseBundle>     ]
  ];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://hip.in" ];
     fhir:Identifier.value [ fhir:value "bc3c6c57-2053-4d0e-ac40-139ccccff645" ]
  ];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.timestamp [ fhir:value "2020-07-09T15:32:26.605+05:30"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "CoverageEligibilityResponse/discovery-example-01" ];
     fhir:Bundle.entry.resource <CoverageEligibilityResponse/discovery-example-01>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "Patient/example-01" ];
     fhir:Bundle.entry.resource <Patient/example-01>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "Organization/example-01" ];
     fhir:Bundle.entry.resource <Organization/example-01>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "CoverageEligibilityRequest/discovery-example-01" ];
     fhir:Bundle.entry.resource <CoverageEligibilityRequest/discovery-example-01>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "Organization/example-02" ];
     fhir:Bundle.entry.resource <Organization/example-02>
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "Coverage/example-01" ];
     fhir:Bundle.entry.resource <Coverage/example-01>
  ].

<CoverageEligibilityResponse/discovery-example-01> a fhir:CoverageEligibilityResponse;
  fhir:Resource.id [ fhir:value "discovery-example-01"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponse";
       fhir:index 0;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponse>     ]
  ];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Generated Narrative: CoverageEligibilityResponse</b><a name=\"discovery-example-01\"> </a></p><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\">Resource CoverageEligibilityResponse \"discovery-example-01\"  (Language \"en\") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityResponse.html\">CoverageEligibilityResponse</a></p></div><p><b>status</b>: active</p><p><b>purpose</b>: discovery</p><p><b>patient</b>: <a href=\"#Patient_example-01\">See above (Patient/example-01)</a></p><p><b>created</b>: 2022-08-07</p><p><b>requestor</b>: <a href=\"#Organization_example-01\">See above (Organization/example-01)</a></p><p><b>request</b>: <a href=\"#CoverageEligibilityRequest_discovery-example-01\">See above (CoverageEligibilityRequest/discovery-example-01)</a></p><p><b>outcome</b>: complete</p><p><b>disposition</b>: No policy is associated with current plan</p><p><b>insurer</b>: <a href=\"#Organization_example-02\">See above (Organization/example-02)</a></p><h3>Insurances</h3><table class=\"grid\"><tr><td>-</td><td><b>Coverage</b></td><td><b>Inforce</b></td><td><b>BenefitPeriod</b></td></tr><tr><td>*</td><td><a href=\"#Coverage_example-01\">See above (Coverage/example-01)</a></td><td>true</td><td>2022-05-07 --&gt; 2025-08-07</td></tr></table></div>"
  ];
  fhir:CoverageEligibilityResponse.status [ fhir:value "active"];
  fhir:CoverageEligibilityResponse.purpose [
     fhir:value "discovery";
     fhir:index 0
  ];
  fhir:CoverageEligibilityResponse.patient [
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ];
  fhir:CoverageEligibilityResponse.created [ fhir:value "2022-08-07"^^xsd:date];
  fhir:CoverageEligibilityResponse.requestor [
     fhir:Reference.reference [ fhir:value "Organization/example-01" ]
  ];
  fhir:CoverageEligibilityResponse.request [
     fhir:Reference.reference [ fhir:value "CoverageEligibilityRequest/discovery-example-01" ]
  ];
  fhir:CoverageEligibilityResponse.outcome [ fhir:value "complete"];
  fhir:CoverageEligibilityResponse.disposition [ fhir:value "No policy is associated with current plan"];
  fhir:CoverageEligibilityResponse.insurer [
     fhir:Reference.reference [ fhir:value "Organization/example-02" ]
  ];
  fhir:CoverageEligibilityResponse.insurance [
     fhir:index 0;
     fhir:CoverageEligibilityResponse.insurance.coverage [
       fhir:Reference.reference [ fhir:value "Coverage/example-01" ]     ];
     fhir:CoverageEligibilityResponse.insurance.inforce [ fhir:value "true"^^xsd:boolean ];
     fhir:CoverageEligibilityResponse.insurance.benefitPeriod [
       fhir:Period.start [ fhir:value "2022-05-07"^^xsd:date ];
       fhir:Period.end [ fhir:value "2025-08-07"^^xsd:date ]     ]
  ].

<Patient/example-01> a fhir:Patient;
  fhir:Resource.id [ fhir:value "example-01"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-07-09T14:58:58.181+05:30"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient";
       fhir:index 0;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"example-01\"> </a></p><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\">Resource Patient \"example-01\" Version \"1\" Updated \"2020-07-09 02:58:58+0530\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient.html\">Patient</a></p></div><p><b>identifier</b>: Adhaar number: 7225-4829-5255</p><p><b>name</b>: Ayush Sharma</p><p><b>telecom</b>: <a href=\"tel:+919818512600\">+919818512600</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1981-01-12</p></div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code" ];
         fhir:Coding.code [ fhir:value "ADN" ];
         fhir:Coding.display [ fhir:value "Adhaar number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "https://uidai.gov.in/" ];
     fhir:Identifier.value [ fhir:value "7225-4829-5255" ]
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.text [ fhir:value "Ayush Sharma" ]
  ];
  fhir:Patient.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+919818512600" ];
     fhir:ContactPoint.use [ fhir:value "home" ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1981-01-12"^^xsd:date].

<Organization/example-01> a fhir:Organization;
  fhir:Resource.id [ fhir:value "example-01"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization";
       fhir:index 0;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"example-01\"> </a></p><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\">Resource Organization \"example-01\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Provider number: 4567878</p><p><b>name</b>: Apollo Hospital Pvt.Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326341234\">+91 243 2634 1234</a>, <a href=\"mailto:contact@xyz.org\">contact@xyz.org</a></p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "PRN" ];
         fhir:Coding.display [ fhir:value "Provider number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "https://facility.ndhm.gov.in" ];
     fhir:Identifier.value [ fhir:value "4567878" ]
  ];
  fhir:Organization.name [ fhir:value "Apollo Hospital Pvt.Ltd."];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+91 243 2634 1234" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "contact@xyz.org" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ].

<CoverageEligibilityRequest/discovery-example-01> a fhir:CoverageEligibilityRequest;
  fhir:Resource.id [ fhir:value "discovery-example-01"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest";
       fhir:index 0;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest>     ]
  ];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Generated Narrative: CoverageEligibilityRequest</b><a name=\"discovery-example-01\"> </a></p><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\">Resource CoverageEligibilityRequest \"discovery-example-01\"  (Language \"en\") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id: 7612345</p><p><b>status</b>: active</p><p><b>priority</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-processpriority.html\">Process Priority Codes</a>#normal)</span></p><p><b>purpose</b>: discovery</p><p><b>patient</b>: <a href=\"#Patient_example-01\">See above (Patient/example-01)</a></p><p><b>created</b>: 2022-12-20 11:01:00+0500</p><p><b>enterer</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> \"\"</p><p><b>provider</b>: <a href=\"#Organization_example-01\">See above (Organization/example-01)</a></p><p><b>insurer</b>: <a href=\"#Organization_example-01\">See above (Organization/example-01)</a></p><p><b>facility</b>: <a href=\"Location-example-01.html\">Location/example-01</a> \"South Wing, second floor\"</p><h3>SupportingInfos</h3><table class=\"grid\"><tr><td>-</td><td><b>Sequence</b></td><td><b>Information</b></td><td><b>AppliesToAll</b></td></tr><tr><td>*</td><td>1</td><td><a href=\"DocumentReference-example-01.html\">DocumentReference/example-01</a></td><td>true</td></tr></table><h3>Insurances</h3><table class=\"grid\"><tr><td>-</td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td>*</td><td>true</td><td><a href=\"#Coverage_example-01\">See above (Coverage/example-01)</a></td></tr></table><blockquote><p><b>item</b></p><p><b>supportingInfoSequence</b>: 1</p><p><b>category</b>: Dental care <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#225362009)</span></p><p><b>productOrService</b>: Removal of foreign body <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#10849003)</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Diagnosis[x]</b></td></tr><tr><td>*</td><td><a href=\"Condition-example-01.html\">Condition/example-01</a></td></tr></table></blockquote></div>"
  ];
  fhir:CoverageEligibilityRequest.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://happypharma.com/claim" ];
     fhir:Identifier.value [ fhir:value "7612345" ]
  ];
  fhir:CoverageEligibilityRequest.status [ fhir:value "active"];
  fhir:CoverageEligibilityRequest.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ];
       fhir:Coding.code [ fhir:value "normal" ];
       fhir:Coding.display [ fhir:value "Normal" ]     ]
  ];
  fhir:CoverageEligibilityRequest.purpose [
     fhir:value "discovery";
     fhir:index 0
  ];
  fhir:CoverageEligibilityRequest.patient [
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.created [ fhir:value "2022-12-20T11:01:00+05:00"^^xsd:dateTime];
  fhir:CoverageEligibilityRequest.enterer [
     fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.provider [
     fhir:Reference.reference [ fhir:value "Organization/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.insurer [
     fhir:Reference.reference [ fhir:value "Organization/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.facility [
     fhir:Reference.reference [ fhir:value "Location/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.supportingInfo [
     fhir:index 0;
     fhir:CoverageEligibilityRequest.supportingInfo.sequence [ fhir:value "1"^^xsd:positiveInteger ];
     fhir:CoverageEligibilityRequest.supportingInfo.information [
       fhir:Reference.reference [ fhir:value "DocumentReference/example-01" ]     ];
     fhir:CoverageEligibilityRequest.supportingInfo.appliesToAll [ fhir:value "true"^^xsd:boolean ]
  ];
  fhir:CoverageEligibilityRequest.insurance [
     fhir:index 0;
     fhir:CoverageEligibilityRequest.insurance.focal [ fhir:value "true"^^xsd:boolean ];
     fhir:CoverageEligibilityRequest.insurance.coverage [
       fhir:Reference.reference [ fhir:value "Coverage/example-01" ]     ]
  ];
  fhir:CoverageEligibilityRequest.item [
     fhir:index 0;
     fhir:CoverageEligibilityRequest.item.supportingInfoSequence [
       fhir:value "1"^^xsd:positiveInteger;
       fhir:index 0     ];
     fhir:CoverageEligibilityRequest.item.category [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:225362009;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "225362009" ];
         fhir:Coding.display [ fhir:value "Dental care" ]       ]     ];
     fhir:CoverageEligibilityRequest.item.productOrService [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:10849003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "10849003" ];
         fhir:Coding.display [ fhir:value "Removal of foreign body" ]       ]     ];
     fhir:CoverageEligibilityRequest.item.diagnosis [
       fhir:index 0;
       fhir:CoverageEligibilityRequest.item.diagnosis.diagnosisReference [
         fhir:Reference.reference [ fhir:value "Condition/example-01" ]       ]     ]
  ].

<Organization/example-02> a fhir:Organization;
  fhir:Resource.id [ fhir:value "example-02"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization";
       fhir:index 0;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"example-02\"> </a></p><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\">Resource Organization \"example-02\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Provider number: 4567878</p><p><b>name</b>: Star Health Insurance Pvt.Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326341234\">+91 243 2634 1234</a>, <a href=\"mailto:contact@xyz.org\">contact@xyz.org</a></p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "PRN" ];
         fhir:Coding.display [ fhir:value "Provider number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "https://facility.ndhm.gov.in" ];
     fhir:Identifier.value [ fhir:value "4567878" ]
  ];
  fhir:Organization.name [ fhir:value "Star Health Insurance Pvt.Ltd."];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+91 243 2634 1234" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "contact@xyz.org" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ].

<Coverage/example-01> a fhir:Coverage;
  fhir:Resource.id [ fhir:value "example-01"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage</b><a name=\"example-01\"> </a></p><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\">Resource Coverage \"example-01\" </p></div><p><b>identifier</b>: id: SP12345678</p><p><b>status</b>: active</p><p><b>type</b>: PAY <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-selfpay.html\">Coverage SelfPay Codes</a>#pay)</span></p><p><b>subscriber</b>: <a href=\"#Patient_example-01\">See above (Patient/example-01)</a></p><p><b>beneficiary</b>: <a href=\"#Patient_example-01\">See above (Patient/example-01)</a></p><p><b>relationship</b>: Self <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-subscriber-relationship.html\">SubscriberPolicyholder Relationship Codes</a>#self)</span></p><p><b>period</b>: 2022-05-07 --&gt; 2025-08-07</p><p><b>payor</b>: <a href=\"#Patient_example-01\">See above (Patient/example-01)</a></p></div>"
  ];
  fhir:Coverage.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hospitalx.com/selfpayagreement" ];
     fhir:Identifier.value [ fhir:value "SP12345678" ]
  ];
  fhir:Coverage.status [ fhir:value "active"];
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-selfpay" ];
       fhir:Coding.code [ fhir:value "pay" ];
       fhir:Coding.display [ fhir:value "PAY" ]     ]
  ];
  fhir:Coverage.subscriber [
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ];
  fhir:Coverage.beneficiary [
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ];
  fhir:Coverage.relationship [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ];
       fhir:Coding.code [ fhir:value "self" ]     ]
  ];
  fhir:Coverage.period [
     fhir:Period.start [ fhir:value "2022-05-07"^^xsd:date ];
     fhir:Period.end [ fhir:value "2025-08-07"^^xsd:date ]
  ];
  fhir:Coverage.payor [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.