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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas.r4b
Resource TypeCoverage
IdCoverage-InsuranceExample.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 InsuranceExample

Profile: PAS Coverage

status: Active

subscriberId: 1122334455

beneficiary: JOE SMITH Male, DoB Unknown ( Member Number)

relationship: Self

payor: Organization MARYLAND CAPITAL INSURANCE COMPANY


Source1

{
  "resourceType": "Coverage",
  "id": "InsuranceExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "subscriberId": "1122334455",
  "beneficiary": {
    "reference": "Patient/SubscriberExample"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self"
      },
      {
        "system": "https://codesystem.x12.org/005010/1069",
        "code": "18"
      }
    ]
  },
  "payor": [
    {
      "reference": "Organization/InsurerExample"
    }
  ]
}