FHIR IG analytics| Package | hl7.fhir.us.pco |
| Resource Type | Practitioner |
| Id | Practitioner-pcoPractitionerAnderson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner pcoPractitionerAnderson
Language: en
Profile: US Core Practitioner Profile
identifier: NPI/9941339100
name: John Anderson, MD
gender: Male
{
"resourceType": "Practitioner",
"id": "pcoPractitionerAnderson",
"meta": {
"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": [
{
"text": "John Anderson, MD",
"family": "Anderson",
"given": [
"John"
],
"suffix": [
"MD"
]
}
],
"gender": "male"
}