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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypePractitionerRole
IdPractitionerRole-example2.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

Narrative

identifier: Employee Number: peterwinslow44

practitioner: Generated Summary: Peter Winslow

organization: Generated Summary: ABN: 51824753556; Private hospital; name: Albion Hospital

code: General pathologist

specialty: General pathology (specialty)

location: Generated Summary: NATA Site Number: 162899, LSPN: 123333; status: active; Level

healthcareService: Generated Summary: active; Specialist Clinical Pathology; General pathology (specialty); name: Albion Hospital Pathology Service

telecom: peter.winslow@amail.example.com

AvailableTimes

-DaysOfWeekAvailableStartTimeAvailableEndTime
*mon, tue, wed, thu, fri08:30:00 (Brisbane)17:30:00 (Brisbane)

Source1

{
  "resourceType": "PractitionerRole",
  "id": "example2",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EI",
            "display": "Employee number"
          }
        ],
        "text": "Employee Number"
      },
      "system": "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/51824753556",
      "value": "peterwinslow44",
      "assigner": {
        "display": "Albion Hospital"
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/example2"
  },
  "organization": {
    "reference": "Organization/example1"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "85733003",
          "display": "General pathologist"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394915009",
          "display": "General pathology (specialty)"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/example2"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/example2"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "peter.winslow@amail.example.com",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "08:30:00",
      "_availableStartTime": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/timezone",
            "valueCode": "Australia/Brisbane"
          }
        ]
      },
      "availableEndTime": "17:30:00",
      "_availableEndTime": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/timezone",
            "valueCode": "Australia/Brisbane"
          }
        ]
      }
    }
  ]
}