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

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeCoverage
IdCoverage-argo-sch-2.json
FHIR VersionR3

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 with Details

id: argo-sch-2

meta:

contained:

identifier: DZW9200000001

status: active

type: health insurance plan policy (Details : {http://hl7.org/fhir/v3/ActCode code 'HIP' = 'health insurance plan policy', given as 'health insurance plan policy'})

subscriber: First M LastName Jr. Generated Summary: unknown resource contained

subscriberId: DZW9200000000

relationship: Daughter (Details : {http://hl7.org/fhir/policyholder-relationship code 'child' = 'Child', given as 'Child'})

period: 01/01/2016 12:00:00 AM --> (ongoing)

payor: Anthem Blue Cross of California

Groupings

-PlanPlanDisplay
*1FZQAnthem Bronze 60 D HSA PPO

Source1

{
  "resourceType": "Coverage",
  "id": "argo-sch-2",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "RelatedPerson",
      "id": "argo-sch-1",
      "active": true,
      "patient": {
        "reference": "Patient/argo-sch-patient-2",
        "display": "Daughter M LastName"
      },
      "name": [
        {
          "family": "LastName",
          "given": [
            "First",
            "M"
          ],
          "suffix": [
            "Jr"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5555",
          "use": "home"
        },
        {
          "system": "email",
          "value": "myemail@example.com"
        }
      ],
      "gender": "male",
      "birthDate": "1964-06-19",
      "address": [
        {
          "line": [
            "123 Main St"
          ],
          "city": "Santa Rosa",
          "state": "CA",
          "postalCode": "95555",
          "country": "US"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "https://www.anthem.com/ca",
      "value": "DZW9200000001"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "HIP",
        "display": "health insurance plan policy"
      }
    ]
  },
  "subscriber": {
    "reference": "#argo-sch-1",
    "display": "First M LastName Jr"
  },
  "subscriberId": "DZW9200000000",
  "relationship": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/policyholder-relationship",
        "code": "child",
        "display": "Child"
      }
    ],
    "text": "Daughter"
  },
  "period": {
    "start": "2016-01-01"
  },
  "payor": [
    {
      "display": "Anthem Blue Cross of California"
    }
  ],
  "grouping": {
    "plan": "1FZQ",
    "planDisplay": "Anthem Bronze 60 D HSA PPO"
  }
}