AU Core Implementation Guide
1.1.0-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/au-fhir-core/ and changes regularly. See the Directory of published versions

Extension: AU Core Sex Assigned At Birth

Official URL: http://hl7.org.au/fhir/core/StructureDefinition/au-core-rsg-sexassignedab Version: 1.1.0-ci-build
Standards status: Trial-use Maturity Level: 2 Computable Name: AUCoreSexAssignedAtBirth

Copyright/Legal: Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2022+; Licensed Under Creative Commons No Rights Reserved.

This profile defines the minimum expectations for a Person Recorded Sex or Gender extension when representing Sex Assigned at Birth. This profile identifies the additional mandatory core elements, extensions, vocabularies and value sets that SHALL be present in the Extension when conforming to this profile.

This extension may be used on the following element(s):

  • Element ID Patient
  • Element ID RelatedPerson
  • Element ID Person
  • Element ID Practitioner

Profile specific implementation guidance

  • See the Sex and Gender page for guidance on exchanging sex and gender related concepts conformant to AU Core.

Examples:

Usage:

  • This Extension is not used by any profiles in this Implementation Guide

Changes since version 1.0.0:

  • No changes
  • Formal Views of Extension Content

    Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

    This structure is derived from RecordedSexOrGender

    NameFlagsCard.TypeDescription & Constraintsdoco
    .. Extension 0..* RecordedSexOrGender Sex Assigned at Birth
    ... Slices for extension Content/Rules for all slices
    .... extension:value SO 1..1 Extension Extension
    ObligationsActor
    SHALL:populate-if-known AU Core Responder
    SHALL:no-error AU Core Requester
    ..... value[x] 1..1 CodeableConcept Value of extension
    Binding: Biological Sex . (extensible)
    .... extension:type SO 1..1 Extension SNOMED Sex Assigned at Birth
    ObligationsActor
    SHALL:populate-if-known AU Core Responder
    SHALL:no-error AU Core Requester
    ..... value[x] 1..1 CodeableConcept Value of extension
    Required Pattern: At least the following
    ...... coding 1..* Coding Code defined by a terminology system
    Fixed Value: (complex)
    ....... system 1..1 uri Identity of the terminology system
    Fixed Value: http://snomed.info/sct
    ....... code 1..1 code Symbol in syntax defined by the system
    Fixed Value: 1515311000168102

    doco Documentation for this format

     

    Other representations of profile: CSV, Excel, Schematron

    Terminology Bindings

    PathConformanceValueSet / CodeURI
    Extension.extension:value.value[x]extensibleBiologicalSex .
    https://healthterminologies.gov.au/fhir/ValueSet/biological-sex-1
    Extension.extension:type.value[x]examplePattern: SNOMED-CT Code 1515311000168102
    http://terminology.hl7.org/ValueSet/recorded-sex-or-gender-type
    Extension.extension:jurisdiction.value[x]extensibleJurisdictionValueSet
    http://terminology.hl7.org/ValueSet/jurisdiction

    Constraints

    IdGradePath(s)DetailsRequirements
    ele-1error**ALL** elementsAll FHIR elements must have a @value or children
    : hasValue() or (children().count() > id.count())
    ext-1error**ALL** extensionsMust have either extensions or value[x], not both
    : extension.exists() != value.exists()