FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Organization |
| Id | Organization-organization-pha.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-pha
Language: en
active: true
name: Example PHA Organization
telecom: ph: (816)932-2000(Work)
address: 3300 Washtenaw Avenue, Suite 227 Altanta GA
endpoint: Endpoint PHAReceiver
{
"resourceType": "Organization",
"id": "organization-pha",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": "Example PHA Organization",
"telecom": [
{
"system": "phone",
"value": "(816)932-2000",
"use": "work"
}
],
"address": [
{
"text": "3300 Washtenaw Avenue, Suite 227 Altanta GA",
"line": [
"4401 Wornall Rd,"
],
"city": "Atlanta",
"state": "GA",
"postalCode": "81452"
}
],
"endpoint": [
{
"reference": "Endpoint/endpoint-pha-example"
}
]
}