FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare |
| Resource Type | Practitioner |
| Id | Practitioner-SDOHCC-PractitionerPatWilliamsMSWExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner SDOHCC-PractitionerPatWilliamsMSWExample
Language: en
Profile: US Core Practitioner Profile
identifier: United States National Provider Identifier/1234567893, http://www.deerland.org/practitioners/24243
active: true
name: Pat Williams
address: 4312 Friendly Dr., Deerland IL 62223 (home)
{
"resourceType": "Practitioner",
"id": "SDOHCC-PractitionerPatWilliamsMSWExample",
"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": "1234567893"
},
{
"system": "http://www.deerland.org/practitioners",
"value": "24243"
}
],
"active": true,
"name": [
{
"text": "Pat Williams",
"family": "Williams",
"given": [
"Pat"
]
}
],
"address": [
{
"use": "home",
"line": [
"4312 Friendly Dr.,"
],
"city": "Deerland",
"state": "IL",
"postalCode": "62223"
}
]
}