FHIR IG analytics| Package | hl7.fhir.us.pacio-cs |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-JohnSmith.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-JohnSmith
identifier: United States National Provider Identifier/4278275001
active: true
name: John Smith
gender: Male
{
"resourceType": "Practitioner",
"id": "Practitioner-JohnSmith",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "4278275001"
}
],
"active": true,
"name": [
{
"text": "John Smith",
"family": "Smith",
"given": [
"John"
]
}
],
"gender": "male"
}