Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.0 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BSAService - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "meta" : {
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/NationalHealthCareService"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService BSAService</b></p><a name=\"BSAService\"> </a><a name=\"hcBSAService\"> </a><a name=\"BSAService-en-NZ\"> </a><p><b>identifier</b>: <code>https://api.messaging.digital.health.nz/HealthServicesId</code>/B1011\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 7}\">Community Health Care</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 272}\">Breast Screening</span></p><p><b>name</b>: National Breast Screening Programme</p><p><b>comment</b>: This is a public health initiative that provides breast cancer screening to eligible individuals.</p><p><b>telecom</b>: <a href=\"tel:+642110939804\">+642110939804</a>, <a href=\"mailto:servicecontact@example.com\">servicecontact@example.com</a>, 555333</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "https://api.messaging.digital.health.nz/HealthServicesId",
      "value" : "B1011"
    }
  ],
  "active" : true,
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-category",
          "code" : "7",
          "display" : "Community Health Care"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-type",
          "code" : "272",
          "display" : "Breast Screening"
        }
      ]
    }
  ],
  "name" : "National Breast Screening Programme",
  "comment" : "This is a public health initiative that provides breast cancer screening to eligible individuals.",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+642110939804"
    },
    {
      "system" : "email",
      "value" : "servicecontact@example.com"
    },
    {
      "system" : "sms",
      "value" : "555333"
    }
  ]
}