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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4
Resource TypeCoverage
IdCoverage-example.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


Source1

{
  "resourceType": "Coverage",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB"
          }
        ]
      }
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "https://nahdo.org/sopt",
        "code": "59",
        "display": "Other Private Insurance"
      }
    ]
  },
  "policyHolder": {
    "reference": "Patient/example"
  },
  "subscriber": {
    "reference": "Patient/example"
  },
  "beneficiary": {
    "reference": "Patient/example"
  },
  "dependent": "0",
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self"
      }
    ]
  },
  "period": {
    "start": "2011-05-23",
    "end": "2012-05-23"
  },
  "payor": [
    {
      "reference": "Organization/example"
    }
  ],
  "order": 9
}