AU Base Implementation Guide
4.2.2-ci-build - CI Build Australia flag

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

: RelatedPerson - as family member, for use in sex and gender - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "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-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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=\"hcexample-sex-and-gender-en-AU\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example0.html\">Stella Franklin  Female, DoB: 1985-10-14 ( IHI:\u00a0Austalian 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>"
  },
  "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://hl7.org/fhir/administrative-gender",
                "code" : "male",
                "display" : "Male"
              }
            ]
          }
        },
        {
          "url" : "type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "76689-9",
                "display" : "Sex Assigned At Birth"
              }
            ]
          }
        },
        {
          "url" : "effectivePeriod",
          "valuePeriod" : {
            "start" : "2001-10-24"
          }
        },
        {
          "url" : "acquisitionDate",
          "valueDateTime" : "2019-11-01"
        },
        {
          "url" : "sourceDocument",
          "valueCodeableConcept" : //     Reference to a scan of the birth certificate 
            (adapted from the R5 example to use codeable concept instead of a reference to a broken link in the R5 spec) 
          {
            "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"
}