FHIR Frog AU Core Conformance Tests
0.1.0 - draft
FHIR Frog AU Core Conformance Tests, published by FHIR Frog. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jgsuess/au-core-tests/ and changes regularly. See the Directory of published versions
Covers the AU Core Practitioner (2.0.0) requirements: read, search by _id, search by identifier (the fixture's identifier carries the HPI-I system http://ns.electronichealth.net.au/id/hi/hpii/1.0, so this same identifier search exercises the HPI-I slice — per fhirfrog/au-core-compiler#17, Inferno's separate HPI-I search test is functionally just a parameterised identifier search that fhir-frog's generic byUrl pass-through already handles, so no distinct test action is needed for it), search by name, must-support element presence, and profile conformance validation. Mirrors au-fhir-core-inferno's PractitionerGroup (practitioner_read_test, practitioner_id_search_test, practitioner_identifier_search_test, practitioner_identifier_hpii_search_test, practitioner_name_search_test, practitioner_must_support_test, practitioner_validation_test). The _id/name/identifier(HPI-I) searches are SHOULD-level in AU Core but are included here because issue #17 explicitly calls for _id/identifier/name coverage; their combinatorial SHOULD/MAY variants (chained params, GET/POST result-count comparisons, etc.) are not replicated — see fhirfrog/au-core-compiler#6 for the general scope rationale.
practitioner-fixture: au-core-practitioner-conformant (created before, and removed after, the run)${practitionerId} = Practitioner.id of practitioner-fixtureREAD Practitioner/${practitionerId}
response = okay
SEARCH Practitioner?_id=${practitionerId}
response = okay
expression = Bundle.entry.resource.ofType(Practitioner).name.family.where($this = 'Frog').exists()
SEARCH Practitioner?identifier=http://ns.electronichealth.net.au/id/hi/hpii/1.0|8003621234567890
response = okay
expression = Bundle.entry.resource.ofType(Practitioner).name.family.where($this = 'Frog').exists()
expression = Bundle.entry.resource.ofType(Practitioner).identifier.where(system = 'http://ns.electronichealth.net.au/id/hi/hpii/1.0').exists()
SEARCH Practitioner?name=Frog
response = okay
expression = Bundle.entry.resource.ofType(Practitioner).name.family.where($this = 'Frog').exists()
READ Practitioner/${practitionerId}
expression = Practitioner.identifier.exists()
expression = Practitioner.name.exists()
expression = Practitioner.name.family.exists()
expression = Practitioner.name.given.exists()
READ Practitioner/${practitionerId}
validateProfileId = http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner