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

: Practitioner - for use in sex and gender - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Practitioner",
  "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-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 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>identifier</b>: HPI-I/8003619900015717</p><p><b>name</b>: John Davies </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 (finding)"
              }
            ]
          }
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/individual-pronouns",
      "extension" : [
        {
          "url" : "value",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "LA29518-0",
                "display" : "he/him/his/his/himself"
              }
            ]
          }
        }
      ]
    },
    {
      "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://terminology.hl7.org.au/CodeSystem/rsg-type",
                "code" : "au-ahpra",
                "display" : "Australian Health Practitioner Regulation Agency"
              }
            ]
          }
        },
        {
          "url" : "acquisitionDate",
          "valueDateTime" : "2020-05-11"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National provider identifier"
          }
        ],
        "text" : "HPI-I"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003619900015717"
    }
  ],
  "name" : [
    {
      "family" : "Davies",
      "given" : [
        "John"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ]
}