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

FHIR IG analytics

Packagehl7.fhir.us.davinci-atr
Resource TypeCoverage
IdCoverage-3.json
FHIR VersionR4

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

A human-readable rendering of the coverage

Source1

{
  "resourceType": "Coverage",
  "id": "3",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-06T03:04:12.348-04:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-insuranceProductType",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsuranceProductTypeCS",
            "code": "ihs",
            "display": "Indian Health Service"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB",
            "display": "Member Number"
          }
        ]
      },
      "system": "https://example.org",
      "value": "123456"
    }
  ],
  "status": "active",
  "policyHolder": {
    "reference": "RelatedPerson/1"
  },
  "subscriber": {
    "reference": "RelatedPerson/1"
  },
  "subscriberId": "AB3658",
  "beneficiary": {
    "reference": "Patient/3"
  },
  "dependent": "01",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "spouse",
        "display": "Spouse"
      }
    ]
  },
  "period": {
    "start": "2013-05-23",
    "end": "2014-05-23"
  },
  "payor": [
    {
      "reference": "Organization/2"
    }
  ],
  "class": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code": "plan"
          }
        ]
      },
      "value": "B37FC"
    }
  ]
}