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

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeCoverage
IdCoverage-argo-sch-1.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-1

meta:

identifier: DZW9200000000

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: id: argo-sch-patient-1; Medical Record Number = 1032702 (USUAL); active; First M LastName ; ph: 555-555-5555(HOME), myemail@example.com; gender: male; birthDate: 19/06/1964

subscriberId: DZW9200000000

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

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-1",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.anthem.com/ca",
      "value": "DZW9200000000"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "HIP",
        "display": "health insurance plan policy"
      }
    ]
  },
  "subscriber": {
    "reference": "Patient/argo-sch-patient-1",
    "display": "First M LastName Jr"
  },
  "subscriberId": "DZW9200000000",
  "relationship": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/policyholder-relationship",
        "code": "self",
        "display": "Self"
      }
    ]
  },
  "period": {
    "start": "2016-01-01"
  },
  "payor": [
    {
      "display": "Anthem Blue Cross of California"
    }
  ],
  "grouping": {
    "plan": "1FZQ",
    "planDisplay": "Anthem Bronze 60 D HSA PPO"
  }
}