Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: National Cervical Screening Program - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "ncsp",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService ncsp</b></p><a name=\"ncsp\"> </a><a name=\"hcncsp\"> </a><a name=\"ncsp-en-AU\"> </a><p><b>providedBy</b>: <a href=\"Organization-healthau.html\">Organization Australian Government Department of Health</a></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 310115006}\">Public health program</span></p><p><b>type</b>: <span title=\"Codes:\">National cancer screening program</span></p><p><b>name</b>: National Cervical Screening Program</p><p><b>comment</b>: The National Cervical Screening Program reduces illness and death from cervical cancer. Women and people with a cervix aged 25 to 74 years of age are invited to have a cervical screening test every 5 years.</p><p><b>telecom</b>: ph: 1800627701, <a href=\"https://ncsr.gov.au/content/ncsr/en/contact-us.html\">https://ncsr.gov.au/content/ncsr/en/contact-us.html</a></p><p><b>coverageArea</b>: <a href=\"Location-au-jurisdiction.html\">Location Jurisdiction of Australia</a></p></div>"
  },
  "providedBy" : {
    🔗 "reference" : "Organization/healthau"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "310115006",
          "display" : "Public health service"
        }
      ],
      "text" : "Public health program"
    }
  ],
  "type" : [
    {
      "text" : "National cancer screening program"
    }
  ],
  "name" : "National Cervical Screening Program",
  "comment" : "The National Cervical Screening Program reduces illness and death from cervical cancer. Women and people with a cervix aged 25 to 74 years of age are invited to have a cervical screening test every 5 years.",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1800627701"
    },
    {
      "system" : "url",
      "value" : "https://ncsr.gov.au/content/ncsr/en/contact-us.html"
    }
  ],
  "coverageArea" : [
    {
      🔗 "reference" : "Location/au-jurisdiction"
    }
  ]
}