# 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" } ] } ```