FHIR IG analytics| Package | hl7.fhir.us.resp-net |
| Resource Type | Organization |
| Id | Organization-example-pha-org.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Public Health Organization
{
"resourceType": "Organization",
"id": "example-pha-org",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/pha",
"value": "1063494177"
}
],
"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/example-ph-endpoint"
}
]
}