FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.org.nz.ig.base
Resource TypeOrganization
IdOrganization-organization-funded-programme.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization organization-funded-programme

Funded Healthcare Programme

  • fundedProgramme: Dental Care - Children up to age 13
  • currentAvailability: true
  • notes: 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


Source1

{
  "resourceType": "Organization",
  "id": "organization-funded-programme",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "fundedProgramme",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://standards.digital.health.nz/ns/funded-programme-code",
                "code": "DENTAL_CHILD",
                "display": "Dental Care - Children up to age 13"
              }
            ]
          }
        },
        {
          "url": "currentAvailability",
          "valueBoolean": true
        },
        {
          "url": "notes",
          "valueString": "Dental care is only free on referral. Your child’s care will normally be managed by the Auckland Regional Dental Services (ARDs)."
        }
      ],
      "url": "http://hl7.org.nz/fhir/StructureDefinition/funded-programme"
    }
  ],
  "name": "Dianes Dental care"
}