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

FHIR IG analytics

Packagehl7.fhir.au.pd
Resource TypePractitioner
IdPractitioner-example0.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 example0

identifier: HPI-I/8003610833334085, Prescriber Number/453221

active: true

name: Helen Mayo

telecom: helen.mayo@downunderhospital.com.au

address: 3 McGregor Street Blacktown NSW 2148 Australia (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NPI"
          }
        ],
        "text": "HPI-I"
      },
      "system": "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value": "8003610833334085"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "PRES"
          }
        ],
        "text": "Prescriber Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
      "value": "453221"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "family": "Mayo",
      "given": [
        "Helen"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "helen.mayo@downunderhospital.com.au",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "3 McGregor Street"
      ],
      "city": "Blacktown",
      "state": "NSW",
      "postalCode": "2148",
      "country": "Australia"
    }
  ]
}