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

FHIR IG analytics

Packagehl7.fhir.us.bfdr.r4b
Resource TypeCoverage
IdCoverage-coverage-principal-payer-for-delivery-jada-ann-quinn.json
FHIR VersionR4B

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-principal-payer-for-delivery-jada-ann-quinn

status: Active

type: Private Health Insurance

beneficiary: Patient - Mother (Jada Ann Quinn)

payor: Not asked


Source1

{
  "resourceType": "Coverage",
  "id": "coverage-principal-payer-for-delivery-jada-ann-quinn",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bfdr/StructureDefinition/Coverage-principal-payer-delivery"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "https://nahdo.org/sopt",
        "code": "5",
        "display": "Private Health Insurance"
      }
    ],
    "text": "Private Health Insurance"
  },
  "beneficiary": {
    "reference": "Patient/patient-mother-jada-ann-quinn",
    "display": "Patient - Mother (Jada Ann Quinn)"
  },
  "payor": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode": "not-asked"
        }
      ],
      "display": "Not asked"
    }
  ]
}