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

FHIR IG analytics

Packagehl7.fhir.au.pd
Resource TypePractitionerRole
IdPractitionerRole-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: PractitionerRole example0

identifier: Medicare Provider Number/2426621B, Vendor Directory Identifier/BD6000000X9

active: true

practitioner: Practitioner Helen Mayo

organization: Organization Downunder Hospital

specialty: Cardiologist

location: Location Downunder Hospital Blacktown

healthcareService: HealthcareService Downunder Hospital Accident and Emergency

telecom: ph: 025553333(Work)

endpoint: Endpoint Telstra Health Secure Messaging Endpoint


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/au-assigningauthority",
          "extension": [
            {
              "url": "namespace-id",
              "valueString": "Medical-Objects"
            },
            {
              "url": "universal-id",
              "valueString": "33443682-91F6-11D2-8F2C-444553540123"
            },
            {
              "url": "universal-id-type",
              "valueString": "GUID"
            }
          ]
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "UPIN"
          }
        ],
        "text": "Medicare Provider Number"
      },
      "system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value": "2426621B"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org.au/fhir/StructureDefinition/au-assigningauthority",
          "extension": [
            {
              "url": "namespace-id",
              "valueString": "Medical-Objects"
            },
            {
              "url": "universal-id",
              "valueString": "33443682-91F6-11D2-8F2C-444553540123"
            },
            {
              "url": "universal-id-type",
              "valueString": "GUID"
            }
          ]
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code": "VDI",
            "display": "Vendor Directory Identifier"
          }
        ],
        "text": "Vendor Directory Identifier"
      },
      "system": "http://ns.medical-objects.com.au/id/routing-id",
      "value": "BD6000000X9",
      "assigner": {
        "display": "Medical-Objects"
      }
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/example0"
  },
  "organization": {
    "reference": "Organization/example0"
  },
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "17561000",
          "display": "Cardiologist"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example0"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/example0"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "025553333",
      "use": "work"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/example0"
    }
  ]
}