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 |
<RelatedPerson 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)
- Gender Harmony Sex Assigned at Birth (Person Recorded Sex Or Gender extension)
-->
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson 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}">Male</span></li><li>period: 2018-01-01 --> 2021-12-23</li><li>comment: Identified as male during this period. Began exploring gender identity more deeply towards the end of this period.</li></ul></blockquote><blockquote><p><b>Individual Gender Identity</b></p><ul><li>value: <span title="Codes:{http://snomed.info/sct 33791000087105}">Non-binary</span></li><li>period: 2022-05-06 --> (ongoing)</li><li>comment: Currently identifies as non-binary and uses 'they/them' pronouns. Open to exploring further gender fluidity.</li></ul></blockquote><blockquote><p><b>Individual Pronouns</b></p><ul><li>value: <span title="Codes:{http://loinc.org LA29520-6}">they/them/their/theirs/themselves</span></li></ul></blockquote><blockquote><p><b>Person Recorded Sex Or Gender</b></p><ul><li>value: <span title="Codes:{http://snomed.info/sct 248153007}">Male</span></li><li>type: <span title="Codes:{http://snomed.info/sct 1515311000168102}">Biological sex at birth</span></li><li>acquisitionDate: 2019-11-01</li><li>sourceDocument: <span title="Codes:{http://loinc.org 71230-7}">Birth certificate</span></li><li>sourceField: Sex</li><li>jurisdiction: <span title="Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1 VIC}">Victoria</span></li></ul></blockquote><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-example0.html">Stella Franklin Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}, {http://terminology.hl7.org/CodeSystem/v3-RoleCode FAMMEMB}">Next-of-Kin</span></p><p><b>name</b>: Alex Baker </p><p><b>telecom</b>: ph: (02) 5550 6767</p><p><b>gender</b>: Other</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"/>
</coding>
<text value="Male"/>
</valueCodeableConcept>
</extension>
<extension url="period">
<valuePeriod>
<start value="2018-01-01"/>
<end value="2021-12-23"/>
</valuePeriod>
</extension>
<extension url="comment">
<valueString
value="Identified as male during this period. Began exploring gender identity more deeply towards the end of this period."/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-genderIdentity">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="33791000087105"/>
<display value="Identifies as nonbinary gender"/>
</coding>
<text value="Non-binary"/>
</valueCodeableConcept>
</extension>
<extension url="period">
<valuePeriod>
<start value="2022-05-06"/>
</valuePeriod>
</extension>
<extension url="comment">
<valueString
value="Currently identifies as non-binary and uses 'they/them' pronouns. Open to exploring further gender fluidity."/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="LA29520-6"/>
<display value="they/them/their/theirs/themselves"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="248153007"/>
<display value="Male"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="type">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1515311000168102"/>
<display value="Biological sex at birth"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="acquisitionDate">
<valueDateTime value="2019-11-01"/>
</extension>
<extension url="sourceDocument">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org"/>
<code value="71230-7"/>
<display value="Birth certificate"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="sourceField">
<valueString value="Sex"/>
</extension>
<extension url="jurisdiction">
<valueCodeableConcept>
<coding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1"/>
<code value="VIC"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<active value="true"/>
<patient>🔗
<reference value="Patient/example0"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="N"/>
</coding>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FAMMEMB"/>
</coding>
</relationship>
<name>
<use value="usual"/>
<family value="Baker"/>
<given value="Alex"/>
</name>
<telecom>
<system value="phone"/>
<value value="(02) 5550 6767"/>
</telecom>
<gender value="other"/>
</RelatedPerson>