R4 Ballot #1 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Productplan-example.json

Patient Administration Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form)

A general product plan example

{
  "resourceType": "ProductPlan",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\tHealth Level Seven International Staff Plan\n\t\t</div>"
  },
  "name": "Health Level Seven International Staff Plan",
  "alias": [
    "HL7 International"
  ],
  "period": {
    "start": "2017-01-01"
  },
  "ownedBy": {
    "reference": "Organization/hl7",
    "display": "Health Level Seven International"
  },
  "administeredBy": {
    "reference": "Organization/hl7",
    "display": "Health Level Seven International"
  },
  "address": [
    {
      "line": [
        "3300 Washtenaw Avenue, Suite 227"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "48104",
      "country": "USA"
    }
  ],
  "coverageArea": {
    "reference": "Location/2",
    "display": "USSS Enterprise-D"
  },
  "coverage": [
    {
      "type": {
        "text": "Substance Abuse"
      },
      "benefit": [
        {
          "type": {
            "text": "Primary Care"
          },
          "item": [
            {
              "code": {
                "text": "day"
              },
              "benefitValue": {
                "value": 450.23,
                "system": "urn:iso:std:iso:4217",
                "code": "USD"
              }
            }
          ]
        }
      ]
    }
  ],
  "plan": [
    {
      "type": {
        "text": "Silver"
      },
      "premium": {
        "value": 2000,
        "system": "urn:iso:std:iso:4217",
        "code": "USD"
      }
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/example"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.