@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "organization-funded-programme"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "organization-funded-programme"

Funded Healthcare Programme

url

fundedProgramme

value: Dental Care - Children up to age 13 (Funded Programme#DENTAL_CHILD)

url

currentAvailability

value: true

url

notes

value: Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs).

name: Dianes Dental care

" ] ; # 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"] . # # -------------------------------------------------------------------------------------