FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Practitioner |
| Id | Practitioner-Practitioner-AlexMarkos.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner Practitioner-AlexMarkos
version: 4; Last updated: 2024-09-21 14:11:15+0000
identifier: http://example.org/fhir/MI-state-license/1934465861
active: true
name: Alex Markos
telecom: ph: (555) 454-8345, amarkos@MotownHHA.com
address: 17010 Harper Ave, Detroit, MI 48224
gender: Female
{
"resourceType": "Practitioner",
"id": "Practitioner-AlexMarkos",
"meta": {
"versionId": "4",
"lastUpdated": "2024-09-21T14:11:15.000+00:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/MI-state-license",
"value": "1934465861"
}
],
"active": true,
"name": [
{
"text": "Alex Markos",
"family": "Markos",
"given": [
"Alex"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 454-8345"
},
{
"system": "email",
"value": "amarkos@MotownHHA.com"
}
],
"address": [
{
"text": "17010 Harper Ave, Detroit, MI 48224",
"line": [
"17010 Harper Ave"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48224",
"country": "US"
}
],
"gender": "female"
}