@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "1985"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/coverage"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Coverage 1985

identifier: http://sni.com.sa/identifiers/memberid/0000000003

status: Active

type: extended healthcare

policyHolder: Organization Policy Holder Organization

subscriber: Ahmad Khaled Abbas(official) Male, DoB: 1984-12-25 ( Passport Number: G12345678)

beneficiary: Sara Abbas Female, DoB: 1989-03-13 ( Permanent Resident Card Number: 2000000003)

relationship: Spouse

payor: Organization Saudi National Insurance

Classes

-TypeValueName
*PlanABC123Insurance Plan A

network: Golden C

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://sni.com.sa/identifiers/memberid"^^xsd:anyURI ] ; fhir:value [ fhir:v "0000000003" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/coverage-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "EHCPOL" ] ; fhir:display [ fhir:v "extended healthcare" ] ] ) ] ; # fhir:policyHolder [ fhir:link ; fhir:reference [ fhir:v "Organization/13" ] ] ; # fhir:subscriber [ fhir:link ; fhir:reference [ fhir:v "Patient/123454186" ] ] ; # fhir:beneficiary [ fhir:link ; fhir:reference [ fhir:v "Patient/453" ] ] ; # fhir:relationship [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "spouse" ] ; fhir:display [ fhir:v "Spouse" ] ] ) ] ; # fhir:payor ( [ fhir:link ; fhir:reference [ fhir:v "Organization/bff3aa1fbd3648619ac082357bf135db" ] ] ) ; # fhir:class ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ; fhir:code [ fhir:v "plan" ] ] ) ] ; fhir:value [ fhir:v "ABC123" ] ; fhir:name [ fhir:v "Insurance Plan A" ] ] ) ; # fhir:network [ fhir:v "Golden C"] . # # -------------------------------------------------------------------------------------