NZ Shared Digital Health Record API
1.0.2 - release

NZ Shared Digital Health Record API - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ParametersParticipationStatusActiveResponse - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ParametersParticipationStatusActiveResponse",
  "parameter" : [
    {
      "name" : "patient",
      "valueReference" : {
        "reference" : "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZXK9000",
        "type" : "Patient"
      }
    },
    {
      "name" : "consentFound",
      "valueBoolean" : true
    },
    {
      "name" : "hnzParticipationIndicator",
      "valueBoolean" : true
    },
    {
      "name" : "hasActiveRecords",
      "valueBoolean" : true
    },
    {
      "name" : "hasArchivedRecords",
      "valueBoolean" : false
    },
    {
      "name" : "hasAnyRecords",
      "valueBoolean" : true
    },
    {
      "name" : "enrolmentInformationFound",
      "valueBoolean" : false
    },
    {
      "name" : "facilityParticipation",
      "part" : [
        {
          "name" : "facilityId",
          "valueReference" : {
            "reference" : "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ999-B",
            "type" : "Location"
          }
        },
        {
          "name" : "participationIndicator",
          "valueBoolean" : true
        }
      ]
    }
  ]
}