FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole example4
Profile: AU Base PractitionerRole
identifier: Medicare Provider Number/1234561A, Vendor Directory Identifier/BD6000000X9
active: true
practitioner: Practitioner Helen Mayo
organization: Organization Downunder Hospital
code: Cardiologist
location: Location Downunder Hospital Blacktown
telecom: ph: 0255503333(Work)
{
"resourceType": "PractitionerRole",
"id": "example4",
"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": "UPIN"
}
],
"text": "Medicare Provider Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value": "1234561A"
},
{
"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"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17561000",
"display": "Cardiologist"
}
]
}
],
"location": [
{
"reference": "Location/example0"
}
],
"telecom": [
{
"system": "phone",
"value": "0255503333",
"use": "work"
}
],
"endpoint": [
{
"reference": "Endpoint/example0"
}
]
}