AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.1.2-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-base/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Practitioner/example-sex-and-gender> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-sex-and-gender"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-practitioner" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitioner>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-sex-and-gender</b></p><a name=\"example-sex-and-gender\"> </a><a name=\"hcexample-sex-and-gender\"> </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=\"StructureDefinition-au-practitioner.html\">AU Base Practitioner</a></p></div><blockquote><p><b>Individual Gender Identity</b></p><ul><li>value: <span title=\"Codes:{http://snomed.info/sct 446151000124109}\">Identifies as male gender</span></li></ul></blockquote><blockquote><p><b>Individual Pronouns</b></p><ul><li>value: <span title=\"Codes:{http://loinc.org LA29518-0}\">he/him/his/his/himself</span></li></ul></blockquote><blockquote><p><b>Person Recorded Sex Or Gender</b></p><ul><li>value: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></li><li>type: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/rsg-type sex-gender}\">Sex/Gender</span></li><li>acquisitionDate: 2020-05-11</li></ul></blockquote><p><b>identifier</b>: HPI-I/8003619900015717</p><p><b>name</b>: John Davies </p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity" ] ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "value" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:446151000124109 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "446151000124109" ] ;
fhir:Coding.display [ fhir:value "Identifies as male gender" ]
]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-pronouns" ] ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "value" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:LA29518-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "LA29518-0" ] ;
fhir:Coding.display [ fhir:value "he/him/his/his/himself" ]
]
]
]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender" ] ;
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/administrative-gender" ] ;
fhir:Coding.code [ fhir:value "male" ] ;
fhir:Coding.display [ fhir:value "Male" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "type" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/rsg-type" ] ;
fhir:Coding.code [ fhir:value "sex-gender" ]
]
]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "acquisitionDate" ] ;
fhir:Extension.valueDateTime [ fhir:value "2020-05-11"^^xsd:date ]
]
] ;
fhir:Practitioner.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 "NPI" ] ;
fhir:Coding.display [ fhir:value "National provider identifier" ]
] ;
fhir:CodeableConcept.text [ fhir:value "HPI-I" ]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ] ;
fhir:Identifier.value [ fhir:value "8003619900015717" ]
] ;
fhir:Practitioner.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Davies" ] ;
fhir:HumanName.given [
fhir:value "John" ;
fhir:index 0
] ;
fhir:HumanName.prefix [
fhir:value "Dr" ;
fhir:index 0
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/example-sex-and-gender.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/example-sex-and-gender.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.1.2-ci-build based on FHIR 4.0.1. Generated 2026-07-06
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change