Argo-Scheduling Implementation Guide CI Build

JSON Format: Coverage-argo-sch-2

Raw json

{
  "resourceType" : "Coverage",
  "id" : "argo-sch-2",
  "meta" : {
    "profile" : [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: argo-sch-2</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>identifier</b>: DZW9200000001</p><p><b>status</b>: active</p><p><b>type</b>: health insurance plan policy <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v3/ActCode code 'HIP' = 'health insurance plan policy', given as 'health insurance plan policy'})</span></p><p><b>subscriber</b>: First M LastName Jr. Generated Summary: unknown resource contained</p><p><b>subscriberId</b>: DZW9200000000</p><p><b>relationship</b>: Daughter <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/policyholder-relationship code 'child' = 'Child', given as 'Child'})</span></p><p><b>period</b>: Jan 1, 2016 12:00:00 AM --&gt; (ongoing)</p><p><b>payor</b>: Anthem Blue Cross of California</p><h3>Groupings</h3><table class="grid"><tr><td>-</td><td><b>Plan</b></td><td><b>PlanDisplay</b></td></tr><tr><td>*</td><td>1FZQ</td><td>Anthem Bronze 60 D HSA PPO</td></tr></table></div>"
  },
  "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"
  }
}