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
: Practitioner - for use in sex and gender - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-sex-and-gender"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-practitioner> ] )
] ; # 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)
#
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:446151000124109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "446151000124109" ] ;
fhir:display [ fhir:v "Identifies as male gender (finding)" ] ] ) ] ] )
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-pronouns"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA29518-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA29518-0" ] ;
fhir:display [ fhir:v "he/him/his/his/himself" ] ] ) ] ] )
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "male" ] ;
fhir:display [ fhir:v "Male" ] ] ) ] ] [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/au-recorded-sex-or-gender-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "au-ahpra" ] ;
fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency" ] ] ) ] ] [
fhir:url [ fhir:v "acquisitionDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020-05-11"^^xsd:date ] ] )
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NPI" ] ;
fhir:display [ fhir:v "National provider identifier" ] ] ) ;
fhir:text [ fhir:v "HPI-I" ] ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003619900015717" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Davies" ] ;
( fhir:given [ fhir:v "John" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) . #