FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.iti.fais
Resource TypeInsurancePlan
IdInsurancePlan-ex-insuranceplan-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Plans

-Network
*Organization National Health Hospital System

Source1

{
  "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"
        }
      ]
    }
  ]
}