File size: 453 Bytes
6d12932 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# practitioner-example - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0
* [**Table of Contents**](toc.md)
* [**Artifacts Summary**](artifacts.md)
* **practitioner-example**
## Example Practitioner: practitioner-example
**name**: Nightingale
## Resource Content
```json
{
"resourceType" : "Practitioner",
"id" : "practitioner-example",
"name" : [
{
"family" : "Nightingale"
}
]
}
```
|