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

FHIR IG analytics

Packagehl7.fhir.us.davinci-hrex.r4
Resource TypeCoverage
IdCoverage-full.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 full

Coverage Da Vinci Wellknown Endpoint: http://somepayer.org/.well-known/davinci-configuration

identifier: Member Number/234567

status: Active

type: MEDICAID

subscriberId: 97531

beneficiary: ??

relationship: Self

period: 2021-01-01 --> 2021-12-31

payor: Organization New Health Plan


Source1

{
  "resourceType": "Coverage",
  "id": "full",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/extension-CoverageDavinciWellknownLocation",
      "valueUri": "http://somepayer.org/.well-known/davinci-configuration"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB"
          }
        ]
      },
      "system": "http://example.org/new-payer/identifiers/coverage",
      "value": "234567"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "https://nahdo.org/sopt",
        "code": "2",
        "display": "MEDICAID"
      }
    ]
  },
  "subscriberId": "97531",
  "beneficiary": {
    "reference": "http://example.org/new-payer/fhir/Patient/pat1"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self"
      }
    ]
  },
  "period": {
    "start": "2021-01-01",
    "end": "2021-12-31"
  },
  "payor": [
    {
      "reference": "Organization/full"
    }
  ]
}