AU Base Implementation Guide
4.2.2-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.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 |
<Practitioner xmlns="http://hl7.org/fhir">
<id value="example-sex-and-gender"/>
<!-- This purpose of this example is to demonstrate the use of sex and gender elements:
- Gender Harmony Gender Identity (Individual Gender Identity extension)
- Gender Harmony Pronouns (Individual Pronouns extension)
- Gender Harmony Recorded Sex or Gender (Person Recorded Sex Or Gender extension)
-->
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-practitioner"/>
</meta>
<text>
<status value="extensions"/>
<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><a name="example-sex-and-gender-en-AU"> </a><blockquote><p><b>Individual Gender Identity</b></p><ul><li>value: <span title="Codes:{http://snomed.info/sct 446151000124109}">Identifies as male gender (finding)</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>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-genderIdentity">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="446151000124109"/>
<display value="Identifies as male gender (finding)"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="LA29518-0"/>
<display value="he/him/his/his/himself"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/administrative-gender"/>
<code value="male"/>
<display value="Male"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="type">
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/rsg-type"/>
<code value="sex-gender"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="acquisitionDate">
<valueDateTime value="2020-05-11"/>
</extension>
</extension>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NPI"/>
<display value="National provider identifier"/>
</coding>
<text value="HPI-I"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/>
<value value="8003619900015717"/>
</identifier>
<name>
<family value="Davies"/>
<given value="John"/>
<prefix value="Dr"/>
</name>
</Practitioner>