FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Organization |
| Id | Organization-org-Neuro-Care-Inc.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization org-Neuro-Care-Inc
active: true
name: Neuro Care Inc.
telecom: ph: (210) 555 5555
address: 177 Branching Tree Blvd, Grand Rapids, MI 49509
{
"resourceType": "Organization",
"id": "org-Neuro-Care-Inc",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": "Neuro Care Inc.",
"telecom": [
{
"system": "phone",
"value": "(210) 555 5555"
}
],
"address": [
{
"text": "177 Branching Tree Blvd, Grand Rapids, MI 49509",
"line": [
"177 Branching Tree Blvd"
],
"city": "Grand Rapids",
"state": "MI",
"postalCode": "49509",
"country": "US"
}
]
}