FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/au-core-clinical-patient

Packagehl7.fhir.au.core
TypeSearchParameter
Idau-core-clinical-patient
FHIR VersionR4
Sourcehttp://hl7.org.au/fhir/core/https://build.fhir.org/ig/mjosborne1/mjo-au-fhir-core/SearchParameter-au-core-clinical-patient.html
URLhttp://hl7.org.au/fhir/core/SearchParameter/au-core-clinical-patient
Version1.1.0-ci-build
Statusactive
Date2025-06-17T01:10:16+00:00
NameAUCoreClinicalPatient
Realmau
Authorityhl7
DescriptionThis SearchParameter describes the rules on the clinical-patient search parameter in AU Core. It is based on the core FHIR [clinical-patient](https://hl7.org/fhir/R4/searchparameter-registry.html#clinical-patient) search parameter and identifies the additional requirements when conforming to AU Core.
Typereference

Resources that use this resource

CapabilityStatement
au-core-requesterAU Core Requester CapabilityStatement
au-core-responderAU Core Responder CapabilityStatement

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter au-core-clinical-patient

AUCoreClinicalPatient TU

Parameter patient:reference

This SearchParameter describes the rules on the clinical-patient search parameter in AU Core. It is based on the core FHIR clinical-patient search parameter and identifies the additional requirements when conforming to AU Core.

ResourcesAllergyIntolerance, CarePlan, CareTeam, ClinicalImpression, Composition, Condition, Consent, DetectedIssue, DeviceRequest, DeviceUseStatement, DiagnosticReport, DocumentManifest, DocumentReference, Encounter, EpisodeOfCare, FamilyMemberHistory, Flag, Goal, ImagingStudy, Immunization, List, MedicationAdministration, MedicationDispense, MedicationRequest, MedicationStatement, NutritionOrder, Observation, Procedure, RiskAssessment, ServiceRequest, SupplyDelivery, VisionPrescription
ExpressionAllergyIntolerance.patient | CarePlan.subject.where(resolve() is Patient) | CareTeam.subject.where(resolve() is Patient) | ClinicalImpression.subject.where(resolve() is Patient) | Composition.subject.where(resolve() is Patient) | Condition.subject.where(resolve() is Patient) | Consent.patient | DetectedIssue.patient | DeviceRequest.subject.where(resolve() is Patient) | DeviceUseStatement.subject | DiagnosticReport.subject.where(resolve() is Patient) | DocumentManifest.subject.where(resolve() is Patient) | DocumentReference.subject.where(resolve() is Patient) | Encounter.subject.where(resolve() is Patient) | EpisodeOfCare.patient | FamilyMemberHistory.patient | Flag.subject.where(resolve() is Patient) | Goal.subject.where(resolve() is Patient) | ImagingStudy.subject.where(resolve() is Patient) | Immunization.patient | List.subject.where(resolve() is Patient) | MedicationAdministration.subject.where(resolve() is Patient) | MedicationDispense.subject.where(resolve() is Patient) | MedicationRequest.subject.where(resolve() is Patient) | MedicationStatement.subject.where(resolve() is Patient) | NutritionOrder.patient | Observation.subject.where(resolve() is Patient) | Procedure.subject.where(resolve() is Patient) | RiskAssessment.subject.where(resolve() is Patient) | ServiceRequest.subject.where(resolve() is Patient) | SupplyDelivery.patient | VisionPrescription.patient
Target ResourcesPatient
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ChainsAllowed: identifier

Source

{
  "resourceType": "SearchParameter",
  "id": "au-core-clinical-patient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org.au/fhir/core/SearchParameter/au-core-clinical-patient",
  "version": "1.1.0-ci-build",
  "name": "AUCoreClinicalPatient",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/clinical-patient",
  "status": "active",
  "date": "2025-06-17T01:10:16+00:00",
  "publisher": "HL7 Australia",
  "contact": [
    {
      "name": "HL7 Australia FHIR Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/HAFWG",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This SearchParameter describes the rules on the clinical-patient search parameter in AU Core. It is based on the core FHIR [clinical-patient](https://hl7.org/fhir/R4/searchparameter-registry.html#clinical-patient) search parameter and identifies the additional requirements when conforming to AU Core.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU"
        }
      ]
    }
  ],
  "code": "patient",
  "base": [
    "AllergyIntolerance",
    "CarePlan",
    "CareTeam",
    "ClinicalImpression",
    "Composition",
    "Condition",
    "Consent",
    "DetectedIssue",
    "DeviceRequest",
    "DeviceUseStatement",
    "DiagnosticReport",
    "DocumentManifest",
    "DocumentReference",
    "Encounter",
    "EpisodeOfCare",
    "FamilyMemberHistory",
    "Flag",
    "Goal",
    "ImagingStudy",
    "Immunization",
    "List",
    "MedicationAdministration",
    "MedicationDispense",
    "MedicationRequest",
    "MedicationStatement",
    "NutritionOrder",
    "Observation",
    "Procedure",
    "RiskAssessment",
    "ServiceRequest",
    "SupplyDelivery",
    "VisionPrescription"
  ],
  "type": "reference",
  "expression": "AllergyIntolerance.patient | CarePlan.subject.where(resolve() is Patient) | CareTeam.subject.where(resolve() is Patient) | ClinicalImpression.subject.where(resolve() is Patient) | Composition.subject.where(resolve() is Patient) | Condition.subject.where(resolve() is Patient) | Consent.patient | DetectedIssue.patient | DeviceRequest.subject.where(resolve() is Patient) | DeviceUseStatement.subject | DiagnosticReport.subject.where(resolve() is Patient) | DocumentManifest.subject.where(resolve() is Patient) | DocumentReference.subject.where(resolve() is Patient) | Encounter.subject.where(resolve() is Patient) | EpisodeOfCare.patient | FamilyMemberHistory.patient | Flag.subject.where(resolve() is Patient) | Goal.subject.where(resolve() is Patient) | ImagingStudy.subject.where(resolve() is Patient) | Immunization.patient | List.subject.where(resolve() is Patient) | MedicationAdministration.subject.where(resolve() is Patient) | MedicationDispense.subject.where(resolve() is Patient) | MedicationRequest.subject.where(resolve() is Patient) | MedicationStatement.subject.where(resolve() is Patient) | NutritionOrder.patient | Observation.subject.where(resolve() is Patient) | Procedure.subject.where(resolve() is Patient) | RiskAssessment.subject.where(resolve() is Patient) | ServiceRequest.subject.where(resolve() is Patient) | SupplyDelivery.patient | VisionPrescription.patient",
  "target": [
    "Patient"
  ],
  "multipleOr": true,
  "_multipleOr": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "multipleAnd": true,
  "_multipleAnd": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "chain": [
    "identifier"
  ],
  "_chain": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        }
      ]
    }
  ]
}