FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePractitioner
IdPractitioner-example-sex-and-gender.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner example-sex-and-gender

Individual Gender Identity

  • value: Identifies as male gender

Individual Pronouns

  • value: he/him/his/his/himself

Person Recorded Sex Or Gender

  • value: Male
  • type: Sex/Gender
  • acquisitionDate: 2020-05-11

identifier: HPI-I/8003619900015717

name: John Davies


Source1

{
  "resourceType": "Practitioner",
  "id": "example-sex-and-gender",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
              }
            ]
          }
        }
      ]
    },
    {
      "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": "sex-gender"
              }
            ]
          }
        },
        {
          "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"
      ]
    }
  ]
}