HL7® FHIR® New Zealand Base Implementation Guide
3.1.0 - Draft

HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This guide is not an authorized publication; it is the continuous build for version 3.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions

: organization-funded-programme - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-funded-programme"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"organization-funded-programme\"> </a><a name=\"hcorganization-funded-programme\"> </a></p><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\">Resource Organization &quot;organization-funded-programme&quot; </p></div><blockquote><p><b>Funded Healthcare Programme</b></p><blockquote><p><b>url</b></p><code>fundedProgramme</code></blockquote><p><b>value</b>: Dental Care - Children up to age 13 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-funded-programme.html\">Funded Programme</a>#DENTAL_CHILD)</span></p><blockquote><p><b>url</b></p><code>currentAvailability</code></blockquote><p><b>value</b>: true</p><blockquote><p><b>url</b></p><code>notes</code></blockquote><p><b>value</b>: Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs).</p></blockquote><p><b>name</b>: Dianes Dental care</p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "fundedProgramme"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/funded-programme-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DENTAL_CHILD" ] ;
fhir:display [ fhir:v "Dental Care - Children up to age 13" ]         ] )       ]     ] [
fhir:url [ fhir:v "currentAvailability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "notes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs)." ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/funded-programme"^^xsd:anyURI ]
  ] ) ; # 
  fhir:name [ fhir:v "Dianes Dental care"] . #