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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeCoverage
IdCoverage-coverage-example-ach-pass2.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

Generated Narrative: Coverage coverage-example-ach-pass2

identifier: Member Number/93565936

status: Active

type: health maintenance organization policy

subscriberId: 89345743

beneficiary: Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))

relationship: Self

payor: PayerComm


Source1

{
  "resourceType": "Coverage",
  "id": "coverage-example-ach-pass2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB",
            "display": "Member Number"
          }
        ]
      },
      "system": "http://example.org/fhir/memberidentifier",
      "value": "93565936"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "9.0.0",
        "code": "HMO",
        "display": "health maintenance organization policy"
      }
    ]
  },
  "subscriberId": "89345743",
  "beneficiary": {
    "reference": "Patient/patient-example-ach-ach-pass2"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self",
        "display": "Self"
      }
    ]
  },
  "payor": [
    {
      "display": "PayerComm"
    }
  ]
}