FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-example
identifier: InternalID/practitioner-example (use: usual, )
name: JOHN DOCTOR
{
"resourceType": "Practitioner",
"id": "practitioner-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-practitioner-provider-1.0.2"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"text": "InternalID"
},
"system": "http://example.com/provider-id",
"value": "practitioner-example"
}
],
"name": [
{
"family": "DOCTOR",
"given": [
"JOHN"
]
}
]
}