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

FHIR IG analytics

Packagehl7.fhir.uv.admin-incubator
Resource TypeInsurancePlan
IdInsurancePlan-example1.json
FHIR VersionR6

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

Health Level Seven International Staff Plan

Source1

{
  "resourceType": "InsurancePlan",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/InsurancePlan|0.1.0",
  "id": "example1",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "text": "Silver"
  },
  "generalCost": [
    {
      "cost": {
        "value": 2000,
        "currency": "USD"
      }
    }
  ]
}