FHIR IG analytics| Package | au.gov.digitalhealth.cc |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerrole-suppressed-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitionerrole-suppressed-example
Suppression Indicator for Visibility
- suppressedBy: Practitioner initiated
active: true
practitioner: Dr Suppressed Example
organization: Suppressed Org
code: Physician
specialty: General medical practice
telecom: suppressed@example.com
{
"resourceType": "PractitionerRole",
"id": "practitionerrole-suppressed-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "suppressedBy",
"valueCodeableConcept": {
"coding": [
{
"system": "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type",
"code": "practitioner-initiated",
"display": "Practitioner initiated"
}
]
}
}
],
"url": "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed"
}
],
"active": true,
"practitioner": {
"display": "Dr Suppressed Example"
},
"organization": {
"display": "Suppressed Org"
},
"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": "suppressed@example.com",
"use": "work"
}
]
}