FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Practitioner |
| Id | Practitioner-1234.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: 1234
identifier: 23
active: true
name: Adam Careful
{
"resourceType": "Practitioner",
"id": "1234",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "23"
}
],
"active": true,
"name": {
"family": [
"Careful"
],
"given": [
"Adam"
],
"prefix": [
"Dr"
]
}
}