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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/au-core-patient-sexassignedab> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "au-core-patient-sexassignedab"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-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: Patient au-core-patient-sexassignedab</b></p><a name=\"au-core-patient-sexassignedab\"> </a><a name=\"hcau-core-patient-sexassignedab\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-patient.html\">AU Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Sasha Frog(official) Female, DoB: 1992-05-04 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357338)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Recorded sex or gender (RSG) information includes the various sex and gender concepts that are often used in existing systems but are known NOT to represent a gender identity, sex parameter for clinical use, or attributes related to sexuality, such as sexual orientation, sexual activity, or sexual attraction. Examples of recorded sex or gender concepts include administrative gender, administrative sex, and sex assigned at birth. When exchanging this concept, refer to the guidance in the [Gender Harmony Implementation Guide](http://hl7.org/xprod/ig/uv/gender-harmony/).\">Person Recorded Sex Or Gender:</td><td colspan=\"3\"><ul><li>value: <span title=\"Codes:{http://snomed.info/sct 248152002}\">Female</span></li><li>type: <span title=\"Codes:{http://snomed.info/sct 1515311000168102}\">Sex assigned at birth</span></li></ul></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "value" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:248152002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "248152002" ] ;
fhir:Coding.display [ fhir:value "Female" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "type" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:1515311000168102 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "1515311000168102" ] ;
fhir:Coding.display [ fhir:value "Sex assigned at birth" ]
]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender" ]
] ;
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 "8003608833357338" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.text [ fhir:value "Sasha Frog" ] ;
fhir:HumanName.family [ fhir:value "Frog" ] ;
fhir:HumanName.given [
fhir:value "Sasha" ;
fhir:index 0
]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1992-05-04"^^xsd:date] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/au-core-patient-sexassignedab.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/au-core-patient-sexassignedab.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