FHIR IG analytics| Package | hl7.fhir.us.cdc-opioid-cpg |
| 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
Generated Narrative: Practitioner example
Language: en
Profile: US Core Practitioner Profile
identifier: United States National Provider Identifier/9941339100
name: Ronald Bone
address: 1003 Healthcare Drive Amherst MA 01002 (work)
{
"resourceType": "Practitioner",
"id": "example",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "US Core Practitioner Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a Practitioner example for the *US Core Practitioner Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "9941339100"
}
],
"name": [
{
"family": "Bone",
"given": [
"Ronald"
],
"prefix": [
"Dr"
]
}
],
"address": [
{
"use": "work",
"line": [
"1003 Healthcare Drive"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002"
}
]
}