FHIR IG analytics| Package | ihe.iti.fais |
| Resource Type | InsurancePlan |
| Id | InsurancePlan-ex-insuranceplan-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: InsurancePlan ex-insuranceplan-1
status: Active
type: Medical
name: National Health Insurance Scheme
ownedBy: Organization National Health Insurance Scheme
administeredBy: Organization National Health Insurance Scheme
coverage
type: Medical
Benefits
Type Medical
| Network |
| Organization National Health Hospital System |
{
"resourceType": "InsurancePlan",
"id": "ex-insuranceplan-1",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.InsurancePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/insurance-plan-type",
"code": "medical"
}
]
}
],
"name": "National Health Insurance Scheme",
"ownedBy": {
"reference": "Organization/ex-insurer-1"
},
"administeredBy": {
"reference": "Organization/ex-insurer-1"
},
"coverage": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/insurance-plan-type",
"code": "medical"
}
]
},
"benefit": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/insurance-plan-type",
"code": "medical"
}
]
}
}
]
}
],
"plan": [
{
"network": [
{
"reference": "Organization/ex-network-1"
}
]
}
]
}