FHIR IG analytics| Package | au.gov.digitalhealth.cc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitioner-role-communication-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitioner-role-communication-example
Practitioner Role Communication: English
active: true
practitioner: Dr Bruce Dundee
organization: Example Health Organisation
code: Physician
specialty: General medical practice
telecom: +61 2 8765 4321
{
"resourceType": "PractitionerRole",
"id": "practitioner-role-communication-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/practitioner-role-communication",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
}
}
],
"active": true,
"practitioner": {
"display": "Dr Bruce Dundee"
},
"organization": {
"display": "Example Health Organisation"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+61 2 8765 4321",
"use": "work"
}
]
}