FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Organization |
| Id | Organization-org-The-Vernon-Center.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization org-The-Vernon-Center
active: true
name: The Vernon Center
telecom: ph: (555) 347-8877
address: 9341 Agnes Street Detroit MI 48214 US
{
"resourceType": "Organization",
"id": "org-The-Vernon-Center",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": "The Vernon Center",
"telecom": [
{
"system": "phone",
"value": "(555) 347-8877"
}
],
"address": [
{
"line": [
"9341 Agnes Street"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48214",
"country": "US"
}
]
}