AU Base Implementation Guide
4.2.0-preview - Working
This page is part of the Australian Base IG (v4.2.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "example-sex-and-gender",
"meta" : // 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)
{
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"example-sex-and-gender\"> </a></p><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\">Resource Practitioner "example-sex-and-gender" </p><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><blockquote><p><b>url</b></p><code>value</code></blockquote><p><b>value</b>: Identifies as male gender (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#446151000124109)</span></p></blockquote><blockquote><p><b>Individual Pronouns</b></p><blockquote><p><b>url</b></p><code>value</code></blockquote><p><b>value</b>: he/him/his/his/himself <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA29518-0)</span></p></blockquote><blockquote><p><b>Person Recorded Sex Or Gender</b></p><blockquote><p><b>url</b></p><code>value</code></blockquote><p><b>value</b>: Male <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#male)</span></p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Australian Health Practitioner Regulation Agency <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (au-recorded-sex-or-gender-type#au-ahpra)</span></p><blockquote><p><b>url</b></p><code>acquisitionDate</code></blockquote><p><b>value</b>: 2020-05-11</p></blockquote><p><b>identifier</b>: HPI-I/8003619900015717</p><p><b>name</b>: John Davies </p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity",
"extension" : [
{
"url" : "value",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "446151000124109",
"display" : "Identifies as male gender (finding)"
}
]
}
}
]
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/individual-pronouns",
"extension" : [
{
"url" : "value",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA29518-0",
"display" : "he/him/his/his/himself"
}
]
}
}
]
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender",
"extension" : [
{
"url" : "value",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "male",
"display" : "Male"
}
]
}
},
{
"url" : "type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/au-recorded-sex-or-gender-type",
"code" : "au-ahpra",
"display" : "Australian Health Practitioner Regulation Agency"
}
]
}
},
{
"url" : "acquisitionDate",
"valueDateTime" : "2020-05-11"
}
]
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI",
"display" : "National provider identifier"
}
],
"text" : "HPI-I"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003619900015717"
}
],
"name" : [
{
"family" : "Davies",
"given" : [
"John"
],
"prefix" : [
"Dr"
]
}
]
}