FHIR IG analytics| Package | csiro.stars |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-example
Language: en
Profile: CSIRO STARS Practitioner Profile
name: John Smith - Duty Vet
telecom: testuser@example.com, accounts@example.com, surveillance@example.com, dr_john@example.com
{
"resourceType": "Practitioner",
"id": "practitioner-example",
"meta": {
"profile": [
"https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-practitioner"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "John Smith - Duty Vet"
}
],
"telecom": [
{
"system": "email",
"value": "testuser@example.com"
},
{
"system": "email",
"value": "accounts@example.com"
},
{
"system": "email",
"value": "surveillance@example.com"
},
{
"system": "email",
"value": "dr_john@example.com"
}
]
}