New Zealand NES IG
1.4.6 - Release

New Zealand NES IG - Local Development build (v1.4.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: entitlement-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "EN667788899",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.nz/fhir/StructureDefinition/NesEntitlement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage EN667788899</b></p><a name=\"EN667788899\"> </a><a name=\"hcEN667788899\"> </a><a name=\"EN667788899-en-US\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/nes-csc-id</code>/CSC12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://standards.digital.health.nz/ns/coverage-type-code csc}\">Community Services Card</span></p><p><b>beneficiary</b>: <a href=\"Patient/ZAA0792\">Patient/ZAA0792</a></p><p><b>period</b>: 2023-08-27 --&gt; 2024-08-27</p><p><b>payor</b>: <a href=\"Organization/GZZ998-G\">Organization/GZZ998-G</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nes-csc-id",
      "value" : "CSC12345"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://standards.digital.health.nz/ns/coverage-type-code",
        "code" : "csc"
      }
    ]
  },
  "beneficiary" : {
    "reference" : "Patient/ZAA0792"
  },
  "period" : {
    "start" : "2023-08-27",
    "end" : "2024-08-27"
  },
  "payor" : [
    {
      "reference" : "Organization/GZZ998-G"
    }
  ]
}