NZ Shared Digital Health Record API
1.0.1 - release

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

: ParametersParticipationStatusEnrollmentResponse - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ParametersParticipationStatusEnrollmentResponse",
  "parameter" : [
    {
      "name" : "patient",
      "valueReference" : {
        "reference" : "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZXK9000",
        "type" : "Patient"
      }
    },
    {
      "name" : "hnzParticipationIndicator",
      "valueBoolean" : false
    },
    {
      "name" : "hasActiveRecords",
      "valueBoolean" : false
    },
    {
      "name" : "hasArchivedRecords",
      "valueBoolean" : false
    },
    {
      "name" : "hasAnyRecords",
      "valueBoolean" : false
    },
    {
      "name" : "enrollmentInformationFound",
      "valueBoolean" : true
    },
    {
      "name" : "enrollmentOrgId",
      "valueString" : "ORG123"
    },
    {
      "name" : "enrollmentFacilityId",
      "valueString" : "FAC456"
    },
    {
      "name" : "enrollmentNHI",
      "valueString" : "ZXK9000"
    }
  ]
}