FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example-sex-and-gender.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson example-sex-and-gender
Profile: AU Base RelatedPerson
Individual Gender Identity
- value: Male
- period: 2018-01-01 --> 2021-12-23
- comment: Identified as male during this period. Began exploring gender identity more deeply towards the end of this period.
Individual Gender Identity
- value: Non-binary
- period: 2022-05-06 --> (ongoing)
- comment: Currently identifies as non-binary and uses 'they/them' pronouns. Open to exploring further gender fluidity.
Individual Pronouns
- value: they/them/their/theirs/themselves
Person Recorded Sex Or Gender
- value: Male
- type: Biological sex at birth
- acquisitionDate: 2019-11-01
- sourceDocument: Birth certificate
- sourceField: Sex
- jurisdiction: Victoria
active: true
relationship: Next-of-Kin
name: Alex Baker
telecom: ph: (02) 5550 6767
gender: Other
{
"resourceType": "RelatedPerson",
"id": "example-sex-and-gender",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
],
"text": "Male"
}
},
{
"url": "period",
"valuePeriod": {
"start": "2018-01-01",
"end": "2021-12-23"
}
},
{
"url": "comment",
"valueString": "Identified as male during this period. Began exploring gender identity more deeply towards the end of this period."
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity",
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33791000087105",
"display": "Identifies as nonbinary gender"
}
],
"text": "Non-binary"
}
},
{
"url": "period",
"valuePeriod": {
"start": "2022-05-06"
}
},
{
"url": "comment",
"valueString": "Currently identifies as non-binary and uses 'they/them' pronouns. Open to exploring further gender fluidity."
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns",
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA29520-6",
"display": "they/them/their/theirs/themselves"
}
]
}
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender",
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007",
"display": "Male"
}
]
}
},
{
"url": "type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1515311000168102",
"display": "Biological sex at birth"
}
]
}
},
{
"url": "acquisitionDate",
"valueDateTime": "2019-11-01"
},
{
"url": "sourceDocument",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "71230-7",
"display": "Birth certificate"
}
]
}
},
{
"url": "sourceField",
"valueString": "Sex"
},
{
"url": "jurisdiction",
"valueCodeableConcept": {
"coding": [
{
"system": "https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1",
"code": "VIC"
}
]
}
}
]
}
],
"active": true,
"patient": {
"reference": "Patient/example0"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FAMMEMB"
}
]
}
],
"name": [
{
"use": "usual",
"family": "Baker",
"given": [
"Alex"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(02) 5550 6767"
}
],
"gender": "other"
}