FHIR IG analytics| Package | au.gov.digitalhealth.cc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-alternate-name-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole alternate-name-example
Alternate Name: Alex Smith
active: true
practitioner: Dr Kylie Boomerang
organization: Example Health Organisation
code: Physician
specialty: General medical practice
telecom: alex.smith@example.com
{
"resourceType": "PractitionerRole",
"id": "alternate-name-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/alternate-name",
"valueHumanName": {
"use": "usual",
"family": "Smith",
"given": [
"Alex"
],
"prefix": [
"Dr"
]
}
}
],
"active": true,
"practitioner": {
"display": "Dr Kylie Boomerang"
},
"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": "email",
"value": "alex.smith@example.com",
"use": "work"
}
]
}