FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative
id: example0
meta:
identifier: Medicare Provider Number: 1234561A
active: true
specialty: Cardiology
telecom: ph: 0255507777(WORK), ph: 0255508888(After Hours)
{
"resourceType": "PractitionerRole",
"id": "example0",
"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.au/CodeSystem/v2-0203",
"code": "UPIN"
}
],
"text": "Medicare Provider Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value": "1234561A"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/example0"
},
"organization": {
"reference": "Organization/example0"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394579002",
"display": "Cardiology"
}
]
}
],
"location": [
{
"reference": "Location/example0"
}
],
"telecom": [
{
"system": "phone",
"value": "0255507777",
"use": "work"
},
{
"extension": [
{
"url": "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
"code": "after-hours",
"display": "After Hours"
}
]
}
}
],
"system": "phone",
"value": "0255508888"
}
]
}