FHIR IG analytics| Package | hl7.fhir.us.cdmh |
| Resource Type | Practitioner |
| Id | Practitioner-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Practitioner Example
{
"resourceType": "Practitioner",
"id": "example",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Practitioner Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a practitioner example for the * Practitioner Profile*."
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org.fhir/sid/us-npi",
"value": "9941339108"
}
]
}