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
@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/Patient/au-core-patient-conformant> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "au-core-patient-conformant"] ;
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: Patient au-core-patient-conformant</b></p><a name=\"au-core-patient-conformant\"> </a><a name=\"hcau-core-patient-conformant\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Sample Frog(official) Female, DoB: 1990-01-01 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0400000000(Mobile)</li><li>1 Test Street Testville NSW 2000 (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The pronouns to use when referring to an individual in verbal or written communication.\">Individual Pronouns:</td><td colspan=\"3\"><ul><li>value: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pronouns LA29519-8}\">she/her/her/hers/herself</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient, Person, and RelatedPerson resources and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"http://hl7.org.au/fhir/6.0.0/StructureDefinition-indigenous-status.html\">Australian Indigenous Status</a></td><td colspan=\"3\">australian-indigenous-status-1: 4 (Neither Aboriginal nor Torres Strait Islander origin)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"An individual's personal sense of being a man, woman, boy, girl, nonbinary, or something else. This represents an individual’s identity, ascertained by asking them what that identity is. #xA; In the case where the gender identity is communicated by a third party, for example, if a spouse indicates the gender identity of their partner on an intake form, a Provenance resource can be used with a Provenance.target referring to the Patient, with a targetElement extension identifying the gender identity extension as the target element within the Patient resource. When exchanging this concept, refer to the guidance in the [Gender Harmony Implementation Guide](http://hl7.org/xprod/ig/uv/gender-harmony/).\">Individual Gender Identity:</td><td colspan=\"3\"><ul><li>value: <span title=\"Codes:{http://hl7.org/fhir/gender-identity female}\">female</span></li></ul></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/indigenous-status" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1" ] ;
fhir:Coding.code [ fhir:value "4" ] ;
fhir:Coding.display [ fhir:value "Neither Aboriginal nor Torres Strait Islander origin" ]
]
], [
fhir:index 1 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "value" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/gender-identity" ] ;
fhir:Coding.code [ fhir:value "female" ] ;
fhir:Coding.display [ fhir:value "female" ]
]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity" ]
], [
fhir:index 2 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "value" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/pronouns" ] ;
fhir:Coding.code [ fhir:value "LA29519-8" ] ;
fhir:Coding.display [ fhir:value "she/her/her/hers/herself" ]
]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-pronouns" ]
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "NI" ]
] ;
fhir:CodeableConcept.text [ fhir:value "IHI" ]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ] ;
fhir:Identifier.value [ fhir:value "8003608833357361" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "Sample Frog" ] ;
fhir:HumanName.family [ fhir:value "Frog" ] ;
fhir:HumanName.given [
fhir:value "Sample" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0400000000" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1990-01-01"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.line [
fhir:value "1 Test Street" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Testville" ] ;
fhir:Address.state [ fhir:value "NSW" ] ;
fhir:Address.postalCode [ fhir:value "2000" ]
] ;
fhir:Patient.communication [
fhir:index 0 ;
fhir:Patient.communication.language [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "en" ] ;
fhir:Coding.display [ fhir:value "English" ]
]
] ;
fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/au-core-patient-conformant.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/au-core-patient-conformant.ttl> .
IG © 2026+ FHIR Frog. Package fhirfrog.au-core-tests#0.1.0 based on FHIR 4.0.1. Generated 2026-08-16
Links: Table of Contents |
QA Report