FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Organization |
| Id | Organization-organization-healthcare.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-healthcare
Language: en
Profile: US Public Health Organization
active: true
name: Example Healthcare Organization
telecom: ph: (917)932-2000(Work)
address: 3300 Mayland Avenue, Suite 227 Altanta GA
endpoint: Endpoint HealthCareSenderAndReceiver
{
"resourceType": "Organization",
"id": "organization-healthcare",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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/endpoint-healthcare-example"
}
]
}