New Zealand NES IG
1.4.8 - Release

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

: entitlement-3 - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "entitlement-3",
  "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 entitlement-3</b></p><a name=\"entitlement-3\"> </a><a name=\"hcentitlement-3\"> </a><a name=\"entitlement-3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NesEntitlement.html\">NES Entitlements</a></p></div><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"
    }
  ]
}