AU Base Implementation Guide
6.0.1-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 6.0.1-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 with sex and gender - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/example-sex-and-gender> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-sex-and-gender"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-relatedperson" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-relatedperson>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.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><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-relatedperson.html\">AU Base RelatedPerson</a></p></div><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 --&gt; 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 --&gt; (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 (official) 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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity" ] ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "value" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:446151000124109 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "446151000124109" ] ;
           fhir:Coding.display [ fhir:value "Identifies as male gender" ]
         ] ;
         fhir:CodeableConcept.text [ fhir:value "Male" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "period" ] ;
       fhir:Extension.valuePeriod [
         fhir:Period.start [ fhir:value "2018-01-01"^^xsd:date ] ;
         fhir:Period.end [ fhir:value "2021-12-23"^^xsd:date ]
       ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "comment" ] ;
       fhir:Extension.valueString [ fhir:value "Identified as male during this period. Began exploring gender identity more deeply towards the end of this period." ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity" ] ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "value" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:33791000087105 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "33791000087105" ] ;
           fhir:Coding.display [ fhir:value "Identifies as nonbinary gender" ]
         ] ;
         fhir:CodeableConcept.text [ fhir:value "Non-binary" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "period" ] ;
       fhir:Extension.valuePeriod [
         fhir:Period.start [ fhir:value "2022-05-06"^^xsd:date ]
       ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "comment" ] ;
       fhir:Extension.valueString [ fhir:value "Currently identifies as non-binary and uses 'they/them' pronouns. Open to exploring further gender fluidity." ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-pronouns" ] ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "value" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a loinc:LA29520-6 ;
           fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
           fhir:Coding.code [ fhir:value "LA29520-6" ] ;
           fhir:Coding.display [ fhir:value "they/them/their/theirs/themselves" ]
         ]
       ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender" ] ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "value" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:248153007 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "248153007" ] ;
           fhir:Coding.display [ fhir:value "Male" ]
         ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "type" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a sct:1515311000168102 ;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
           fhir:Coding.code [ fhir:value "1515311000168102" ] ;
           fhir:Coding.display [ fhir:value "Biological sex at birth" ]
         ]
       ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "acquisitionDate" ] ;
       fhir:Extension.valueDateTime [ fhir:value "2019-11-01"^^xsd:date ]
     ], [
       fhir:index 3 ;
       fhir:Extension.url [ fhir:value "sourceDocument" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           a loinc:71230-7 ;
           fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
           fhir:Coding.code [ fhir:value "71230-7" ] ;
           fhir:Coding.display [ fhir:value "Birth certificate" ]
         ]
       ]
     ], [
       fhir:index 4 ;
       fhir:Extension.url [ fhir:value "sourceField" ] ;
       fhir:Extension.valueString [ fhir:value "Sex" ]
     ], [
       fhir:index 5 ;
       fhir:Extension.url [ fhir:value "jurisdiction" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/australian-states-territories-1" ] ;
           fhir:Coding.code [ fhir:value "VIC" ]
         ]
       ]
     ]
  ] ;
  fhir:RelatedPerson.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:RelatedPerson.patient [
     fhir:link <http://hl7.org/fhir/Patient/example0> ;
     fhir:Reference.reference [ fhir:value "Patient/example0" ]
  ] ;
  fhir:RelatedPerson.relationship [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ] ;
       fhir:Coding.code [ fhir:value "N" ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "FAMMEMB" ]
     ]
  ] ;
  fhir:RelatedPerson.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.family [ fhir:value "Baker" ] ;
     fhir:HumanName.given [
       fhir:value "Alex" ;
       fhir:index 0
     ]
  ] ;
  fhir:RelatedPerson.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(02) 5550 6767" ]
  ] ;
  fhir:RelatedPerson.gender [ fhir:value "other"] .

<http://hl7.org/fhir/Patient/example0> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/example-sex-and-gender.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/RelatedPerson/example-sex-and-gender.ttl> .