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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeCoverage
IdCoverage-dva.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 dva

identifier: DVA Number (Gold)/NBUR9080

status: Active

type: veteran health program

beneficiary: Harry Dan Male, DoB: 1939-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)

relationship: Self

period: 2020-01-01 --> (ongoing)

payor: Department of Veterans' Affairs (Identifier: ABN/23964290824)


Source1

{
  "resourceType": "Coverage",
  "id": "dva",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-coverage"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "DVG",
            "display": "DVA Number (Gold Card)"
          }
        ],
        "text": "DVA Number (Gold)"
      },
      "system": "http://ns.electronichealth.net.au/id/dva",
      "value": "NBUR9080"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "VET",
        "display": "veteran health program"
      }
    ]
  },
  "beneficiary": {
    "reference": "Patient/example1"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code": "self"
      }
    ],
    "text": "Self"
  },
  "period": {
    "start": "2020-01-01"
  },
  "payor": [
    {
      "identifier": {
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code": "XX"
            }
          ],
          "text": "ABN"
        },
        "system": "http://hl7.org.au/id/abn",
        "value": "23964290824"
      },
      "display": "Department of Veterans' Affairs"
    }
  ]
}