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 - 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 "EN667788899"] ; #
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 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 (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/ZAA0792\">Patient/ZAA0792</a></p><p><b>period</b>: 2023-08-27 --> 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/ZAA0792" ]
] ; #
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" ]
] ) . #