FHIR IG analytics| Package | hl7.fhir.us.resp-net |
| Resource Type | Organization |
| Id | Organization-example-healthcare-org.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Health Care Organization
{
"resourceType": "Organization",
"id": "example-healthcare-org",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "55555555"
}
],
"active": true,
"name": "Example Healthcare Organization",
"telecom": [
{
"system": "phone",
"value": "(917)932-2000",
"use": "work"
}
],
"address": [
{
"text": "3300 Mayland Avenue, Suite 227 Altanta GA",
"line": [
"4401 Peach Rd,"
],
"city": "Atlanta",
"state": "GA",
"postalCode": "81452"
}
],
"endpoint": [
{
"reference": "Endpoint/example-healthcare-endpoint"
}
]
}