FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.fhir.nz-shared-digital-health-record
Resource TypeParameters
IdParameters-ParametersParticipate.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "ParametersParticipate",
  "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/FZZ111-A"
      }
    },
    {
      "name": "participationIndicator",
      "valueBoolean": true
    }
  ]
}