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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePractitioner
IdPractitioner-example4.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 example4

identifier: HPI-I/8003619900015717, Ahpra Registration Number/MED0000123456, Ahpra Registration Number/PHY0001234567

name: Robert Smith

qualification

code: Bachelor of Medicine/Bachelor of Surgery

period: 2003 --> (ongoing)

issuer: Organization University of Sydney

qualification

code: Bachelor of Applied Science (Physiotherapy)

period: 1995 --> (ongoing)

issuer: Organization University of Sydney

qualification

code: Fellowship of the Royal Australian College of General Practitioners

period: 2006 --> (ongoing)

issuer: Organization The Royal Australian College of General Practitioners

qualification

identifier: Ahpra Registration Number/PHY0001234567

code: Ahpra Physiotherapy

period: 1996-02-08 --> (ongoing)

issuer: Australian Health Practitioner Regulation Agency

communication: Arabic


Generated Narrative: Organization #org-5678

name: University of Sydney

address: AU


Generated Narrative: Organization #org-1234

name: The Royal Australian College of General Practitioners

address: AU


Source1

{
  "resourceType": "Practitioner",
  "id": "example4",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Organization",
      "id": "org-5678",
      "meta": {
        "profile": [
          "http://hl7.org.au/fhir/StructureDefinition/au-organization"
        ]
      },
      "name": "University of Sydney",
      "address": [
        {
          "country": "AU"
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "org-1234",
      "meta": {
        "profile": [
          "http://hl7.org.au/fhir/StructureDefinition/au-organization"
        ]
      },
      "name": "The Royal Australian College of General Practitioners",
      "address": [
        {
          "country": "AU"
        }
      ]
    }
  ],
  "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"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "AHPRA",
            "display": "Australian Health Practitioner Regulation Agency Registration Number"
          }
        ],
        "text": "Ahpra Registration Number"
      },
      "system": "http://hl7.org.au/id/ahpra-registration-number",
      "value": "MED0000123456"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "AHPRA",
            "display": "Australian Health Practitioner Regulation Agency Registration Number"
          }
        ],
        "text": "Ahpra Registration Number"
      },
      "system": "http://hl7.org.au/id/ahpra-registration-number",
      "value": "PHY0001234567"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "Robert"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "qualification": [
    {
      "code": {
        "text": "Bachelor of Medicine/Bachelor of Surgery"
      },
      "period": {
        "start": "2003"
      },
      "issuer": {
        "reference": "#org-5678"
      }
    },
    {
      "code": {
        "text": "Bachelor of Applied Science (Physiotherapy)"
      },
      "period": {
        "start": "1995"
      },
      "issuer": {
        "reference": "#org-5678"
      }
    },
    {
      "code": {
        "text": "Fellowship of the Royal Australian College of General Practitioners"
      },
      "period": {
        "start": "2006"
      },
      "issuer": {
        "reference": "#org-1234"
      }
    },
    {
      "identifier": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                "code": "AHPRA",
                "display": "Australian Health Practitioner Regulation Agency Registration Number"
              }
            ],
            "text": "Ahpra Registration Number"
          },
          "system": "http://hl7.org.au/id/ahpra-registration-number",
          "value": "PHY0001234567"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0360",
            "code": "AHPRA",
            "display": "Ahpra Registration"
          }
        ],
        "text": "Ahpra Physiotherapy"
      },
      "period": {
        "start": "1996-02-08"
      },
      "issuer": {
        "display": "Australian Health Practitioner Regulation Agency"
      }
    }
  ],
  "communication": [
    {
      "text": "Arabic"
    }
  ]
}