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-2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EN5544332211"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NesEntitlement"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NesEntitlement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage EN5544332211</b></p><a name=\"EN5544332211\"> </a><a name=\"hcEN5544332211\"> </a><a name=\"EN5544332211-en-US\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/nes-csc-id</code>/CSC12345 (use: official, )</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/ZJM9397\">Patient/ZJM9397</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship child}\">Child</span></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>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nes-csc-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CSC12345" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/coverage-type-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "csc" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/ZJM9397" ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "child" ]     ] )
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-08-27"^^xsd:date ] ;
fhir:end [ fhir:v "2024-08-27"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "Organization/GZZ998-G" ]
  ] ) . #