FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole example1
Profile: AU Base PractitionerRole
identifier: NPIO/8003619900015717@8003621566684455
practitioner: Practitioner Steve Smith
organization: Organization Albion Hospital
code: Radiologist
location: Location: status = active; physicalType = Site
healthcareService: HealthcareService Albion Hospital Radiology Service
telecom: steve.smith@albionhospital.example.com
availabilityExceptions: Availability on public holidays may vary, please contact the hospital directly to confirm.
{
"resourceType": "PractitionerRole",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "NPIO",
"display": "National provider at organisation identifier"
}
],
"text": "NPIO"
},
"system": "http://hl7.org.au/id/npio",
"value": "8003619900015717@8003621566684455"
}
],
"practitioner": {
"reference": "Practitioner/example1"
},
"organization": {
"reference": "Organization/example1"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "66862007",
"display": "Radiologist"
}
]
}
],
"location": [
{
"reference": "Location/example1"
}
],
"healthcareService": [
{
"reference": "HealthcareService/example1"
}
],
"telecom": [
{
"system": "email",
"value": "steve.smith@albionhospital.example.com",
"use": "work"
}
],
"availabilityExceptions": "Availability on public holidays may vary, please contact the hospital directly to confirm."
}