NZ Shared Digital Health Record API
0.6.0 - ballot

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

: ParametersParticipateRecordWithheld - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ParametersParticipateRecordWithheld",
  "parameter" : [
    {
      "name" : "patient",
      "valueReference" : {
        "reference" : "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284",
        "type" : "Patient",
        "display" : "Susan Westbrook"
      }
    },
    {
      "name" : "facilityId",
      "valueReference" : {
        "reference" : "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A"
      }
    },
    {
      "name" : "resourceType",
      "valueString" : "Condition"
    },
    {
      "name" : "localResourceId",
      "valueString" : "12345AAABBBccc"
    },
    {
      "name" : "reasonCode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-participation-reason",
            "code" : "sdhr-record-withheld",
            "display" : "Records withheld"
          }
        ]
      }
    }
  ]
}