AU Core Implementation Guide
2.0.1-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions

: AUCoreClinicalPatient - TTL Representation

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/au-core-clinical-patient> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-clinical-patient"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter au-core-clinical-patient</b></p><a name=\"au-core-clinical-patient\"> </a><a name=\"hcau-core-clinical-patient\"> </a><h2>AUCoreClinicalPatient</h2><p>Parameter <code>patient</code>:<code>reference</code></p><div><p>This SearchParameter describes the rules on the clinical-patient search parameter in AU Core. It is based on the FHIR <a href=\"https://hl7.org/fhir/R4/searchparameter-registry.html#clinical-patient\">clinical-patient</a> search parameter and identifies the additional requirements when conforming to AU Core.</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/allergyintolerance.html\">AllergyIntolerance</a>, <a href=\"http://hl7.org/fhir/R4/careplan.html\">CarePlan</a>, <a href=\"http://hl7.org/fhir/R4/careteam.html\">CareTeam</a>, <a href=\"http://hl7.org/fhir/R4/clinicalimpression.html\">ClinicalImpression</a>, <a href=\"http://hl7.org/fhir/R4/composition.html\">Composition</a>, <a href=\"http://hl7.org/fhir/R4/condition.html\">Condition</a>, <a href=\"http://hl7.org/fhir/R4/consent.html\">Consent</a>, <a href=\"http://hl7.org/fhir/R4/detectedissue.html\">DetectedIssue</a>, <a href=\"http://hl7.org/fhir/R4/devicerequest.html\">DeviceRequest</a>, <a href=\"http://hl7.org/fhir/R4/deviceusestatement.html\">DeviceUseStatement</a>, <a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">DiagnosticReport</a>, <a href=\"http://hl7.org/fhir/R4/documentmanifest.html\">DocumentManifest</a>, <a href=\"http://hl7.org/fhir/R4/documentreference.html\">DocumentReference</a>, <a href=\"http://hl7.org/fhir/R4/encounter.html\">Encounter</a>, <a href=\"http://hl7.org/fhir/R4/episodeofcare.html\">EpisodeOfCare</a>, <a href=\"http://hl7.org/fhir/R4/familymemberhistory.html\">FamilyMemberHistory</a>, <a href=\"http://hl7.org/fhir/R4/flag.html\">Flag</a>, <a href=\"http://hl7.org/fhir/R4/goal.html\">Goal</a>, <a href=\"http://hl7.org/fhir/R4/imagingstudy.html\">ImagingStudy</a>, <a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a>, <a href=\"http://hl7.org/fhir/R4/list.html\">List</a>, <a href=\"http://hl7.org/fhir/R4/medicationadministration.html\">MedicationAdministration</a>, <a href=\"http://hl7.org/fhir/R4/medicationdispense.html\">MedicationDispense</a>, <a href=\"http://hl7.org/fhir/R4/medicationrequest.html\">MedicationRequest</a>, <a href=\"http://hl7.org/fhir/R4/medicationstatement.html\">MedicationStatement</a>, <a href=\"http://hl7.org/fhir/R4/nutritionorder.html\">NutritionOrder</a>, <a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a>, <a href=\"http://hl7.org/fhir/R4/procedure.html\">Procedure</a>, <a href=\"http://hl7.org/fhir/R4/riskassessment.html\">RiskAssessment</a>, <a href=\"http://hl7.org/fhir/R4/servicerequest.html\">ServiceRequest</a>, <a href=\"http://hl7.org/fhir/R4/supplydelivery.html\">SupplyDelivery</a>, <a href=\"http://hl7.org/fhir/R4/visionprescription.html\">VisionPrescription</a></td></tr><tr><td>Expression</td><td><code>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</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Chains</td><td>Allowed: identifier</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [
       fhir:value "trial-use" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core" ;
           fhir:link <http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core>
         ]
       ]
     ]
  ] ;
  fhir:SearchParameter.url [ fhir:value "http://hl7.org.au/fhir/core/SearchParameter/au-core-clinical-patient"] ;
  fhir:SearchParameter.version [ fhir:value "2.0.1-ci-build"] ;
  fhir:SearchParameter.name [ fhir:value "AUCoreClinicalPatient"] ;
  fhir:SearchParameter.derivedFrom [
     fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ;
     fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient>
  ] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-06-29T05:01:30+00:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "HL7 Australia"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Australia FHIR Work Group" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://confluence.hl7.org/display/HAFWG" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "This SearchParameter describes the rules on the clinical-patient search parameter in AU Core. It is based on the 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."] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "AU" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "patient"] ;
  fhir:SearchParameter.base [
     fhir:value "AllergyIntolerance" ;
     fhir:index 0
  ], [
     fhir:value "CarePlan" ;
     fhir:index 1
  ], [
     fhir:value "CareTeam" ;
     fhir:index 2
  ], [
     fhir:value "ClinicalImpression" ;
     fhir:index 3
  ], [
     fhir:value "Composition" ;
     fhir:index 4
  ], [
     fhir:value "Condition" ;
     fhir:index 5
  ], [
     fhir:value "Consent" ;
     fhir:index 6
  ], [
     fhir:value "DetectedIssue" ;
     fhir:index 7
  ], [
     fhir:value "DeviceRequest" ;
     fhir:index 8
  ], [
     fhir:value "DeviceUseStatement" ;
     fhir:index 9
  ], [
     fhir:value "DiagnosticReport" ;
     fhir:index 10
  ], [
     fhir:value "DocumentManifest" ;
     fhir:index 11
  ], [
     fhir:value "DocumentReference" ;
     fhir:index 12
  ], [
     fhir:value "Encounter" ;
     fhir:index 13
  ], [
     fhir:value "EpisodeOfCare" ;
     fhir:index 14
  ], [
     fhir:value "FamilyMemberHistory" ;
     fhir:index 15
  ], [
     fhir:value "Flag" ;
     fhir:index 16
  ], [
     fhir:value "Goal" ;
     fhir:index 17
  ], [
     fhir:value "ImagingStudy" ;
     fhir:index 18
  ], [
     fhir:value "Immunization" ;
     fhir:index 19
  ], [
     fhir:value "List" ;
     fhir:index 20
  ], [
     fhir:value "MedicationAdministration" ;
     fhir:index 21
  ], [
     fhir:value "MedicationDispense" ;
     fhir:index 22
  ], [
     fhir:value "MedicationRequest" ;
     fhir:index 23
  ], [
     fhir:value "MedicationStatement" ;
     fhir:index 24
  ], [
     fhir:value "NutritionOrder" ;
     fhir:index 25
  ], [
     fhir:value "Observation" ;
     fhir:index 26
  ], [
     fhir:value "Procedure" ;
     fhir:index 27
  ], [
     fhir:value "RiskAssessment" ;
     fhir:index 28
  ], [
     fhir:value "ServiceRequest" ;
     fhir:index 29
  ], [
     fhir:value "SupplyDelivery" ;
     fhir:index 30
  ], [
     fhir:value "VisionPrescription" ;
     fhir:index 31
  ] ;
  fhir:SearchParameter.type [ fhir:value "reference"] ;
  fhir:SearchParameter.expression [ fhir:value "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"] ;
  fhir:SearchParameter.target [
     fhir:value "Patient" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.multipleOr [
     fhir:value "true"^^xsd:boolean ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ] ;
  fhir:SearchParameter.multipleAnd [
     fhir:value "true"^^xsd:boolean ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "MAY" ]
     ]
  ] ;
  fhir:SearchParameter.chain [
     fhir:value "identifier" ;
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" ] ;
       fhir:Extension.valueCode [ fhir:value "SHOULD" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/au-core-clinical-patient.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/au-core-clinical-patient.ttl> .