@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:InsurancePlan ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "InsurancePlan-example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/InsurancePlan"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: InsurancePlan

Resource InsurancePlan "InsurancePlan-example-01"

Profile: InsurancePlan

identifier: id: 761234556546

status: active

type: Mass policy (InsurancePlan Type#90)

name: Mahatma Jyotiba Phule Jan Arogya Yojana

period: 2017-04-01 --> (ongoing)

ownedBy: Organization/Organization-example-03: Maharashtra State Government "Maharashtra State Government"

administeredBy: Organization/Organization-example-03: Maharashtra State Government "Maharashtra State Government"

coverageArea: Location/Location-example-02 "Maharashtra"

Contacts

-PurposeNameTelecomAddress
*Administrative (Contact entity type#ADMIN)Mahatma Jyotiba Phule Jan Arogya Yojanaph: 1800-233-2200Project Office, ESIC Hospital, Third Floor, Ganpat Jadhav Marg, Near Worli Naka, Worli, Mumbai 400018

coverage

type: In Patient Hospitalization (Coverage Type#00)

benefit

type: Room Rent (Benefit Type#03)

Limits

-Value
*150000 INR

plan

type: Group Floater (Plan Type#04)

coverageArea: Location/Location-example-02 "Maharashtra"

generalCost

Costs

-ValueCurrency
*0INR
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://irdai.gov.in/InsurancePlan"^^xsd:anyURI ] ; fhir:value [ fhir:v "761234556546" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-insuranceplan-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "90" ] ; fhir:display [ fhir:v "Mass policy" ] ] ) ] ) ; # fhir:name [ fhir:v "Mahatma Jyotiba Phule Jan Arogya Yojana"] ; # fhir:period [ fhir:start [ fhir:v "2017-04-01"^^xsd:date ] ] ; # fhir:ownedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/Organization-example-03" ] ; fhir:display [ fhir:v "Maharashtra State Government" ] ] ; # fhir:administeredBy [ fhir:link ; fhir:reference [ fhir:v "Organization/Organization-example-03" ] ; fhir:display [ fhir:v "Maharashtra State Government" ] ] ; # fhir:coverageArea ( [ fhir:link ; fhir:reference [ fhir:v "Location/Location-example-02" ] ] ) ; # fhir:contact ( [ fhir:purpose [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ADMIN" ] ] ) ] ; fhir:name [ fhir:text [ fhir:v "Mahatma Jyotiba Phule Jan Arogya Yojana" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1800-233-2200" ] ] ) ; fhir:address [ fhir:text [ fhir:v "Project Office, ESIC Hospital, Third Floor, Ganpat Jadhav Marg, Near Worli Naka, Worli, Mumbai 400018" ] ] ] ) ; # fhir:coverage ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-coverage-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "In Patient Hospitalization" ] ] ) ] ; fhir:benefit ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-benefit-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "03" ] ; fhir:display [ fhir:v "Room Rent" ] ] ) ] ; fhir:limit ( [ fhir:value [ fhir:value [ fhir:v "150000"^^xsd:decimal ] ; fhir:unit [ fhir:v "INR" ] ] ] ) ] ) ] ) ; # fhir:plan ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-plan-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "04" ] ; fhir:display [ fhir:v "Group Floater" ] ] ) ] ; fhir:coverageArea ( [ fhir:link ; fhir:reference [ fhir:v "Location/Location-example-02" ] ] ) ; fhir:generalCost ( [ fhir:cost [ fhir:value [ fhir:v "0"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------