{
  "resourceType" : "Parameters",
  "id" : "example-hcpd-export-request-parameters-2",
  "meta" : {
    "profile" : ["http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-export-request-parameters"]
  },
  "parameter" : [{
    "name" : "_outputFormat",
    "valueString" : "application/fhir+ndjson"
  },
  {
    "name" : "_type",
    "valueString" : "Organization,Location,HealthcareService,Practitioner,PractitionerRole,Endpoint,Provenance"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "HealthcareService?service-type=http://snomed.info/sct|789718008&location.address-city=Balmain&location.address-postalcode=2041"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "Location?address-city=Balmain&address-postalcode=2041&near=-33.8607|151.1803|100"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "Organization?_has:HealthcareService:organization:service-type=http://snomed.info/sct|789718008"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "PractitionerRole?location.address-city=Balmain&location.address-postalcode=2041"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "Practitioner?_has:PractitionerRole:practitioner:location.address-city=Balmain"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "Endpoint?_has:PractitionerRole:endpoint:location.address-city=Balmain"
  },
  {
    "name" : "_typeFilter",
    "valueString" : "Provenance?target.resolve().as(Organization)"
  },
  {
    "name" : "_since",
    "valueInstant" : "2025-02-01T00:00:00Z"
  }]
}