@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org.nz/fhir/Organization/organization-funded-programme> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-funded-programme"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-funded-programme</b></p><a name=\"organization-funded-programme\"> </a><a name=\"hcorganization-funded-programme\"> </a><blockquote><p><b>Funded Healthcare Programme</b></p><ul><li>fundedProgramme: <span title=\"Codes:{https://standards.digital.health.nz/ns/funded-programme-code DENTAL_CHILD}\">Dental Care - Children up to age 13</span></li><li>currentAvailability: true</li><li>notes: Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs).</li></ul></blockquote><p><b>name</b>: Dianes Dental care</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "fundedProgramme"^^xsd:anyURI ;
         fhir:l fhir:fundedProgramme
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "https://standards.digital.health.nz/ns/funded-programme-code"^^xsd:anyURI ;
             fhir:l <https://standards.digital.health.nz/ns/funded-programme-code>
           ] ;
           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:l fhir:currentAvailability
       ] ;
       fhir:value [
         a fhir:Boolean ;
         fhir:v true
       ]
     ] [
       fhir:url [
         fhir:v "notes"^^xsd:anyURI ;
         fhir:l fhir:notes
       ] ;
       fhir:value [
         a fhir:String ;
         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:l <http://hl7.org.nz/fhir/StructureDefinition/funded-programme>
     ]
  ] ) ; # 
  fhir:name [ fhir:v "Dianes Dental care"] . # 

# -------------------------------------------------------------------------------------

