FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-MargaretReynolds.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-MargaretReynolds
identifier: http://example.org/fhir/MI-state-license/86420
active: true
name: Margaret Q. Reynolds
telecom: ph: (555) 391-9414
address: 18051 Mack Ave, Detroit, MI 48224
gender: Female
{
"resourceType": "Practitioner",
"id": "Practitioner-MargaretReynolds",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/MI-state-license",
"value": "86420"
}
],
"active": true,
"name": [
{
"text": "Margaret Q. Reynolds",
"family": "Reynolds",
"given": [
"Margaret",
"Q."
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 391-9414"
}
],
"address": [
{
"text": "18051 Mack Ave, Detroit, MI 48224",
"line": [
"18051 Mack Ave"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48224",
"country": "US"
}
],
"gender": "female"
}