FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | Organization |
| Id | Organization-Example-organization-good-health-clinic.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Example-organization-good-health-clinic
identifier: http://example.org/GoodHealthClinic/identifier-good-health
name: Good Health Clinic.
telecom: +1(202)776-7700
address: 123 Campbell Rd. STE 825 Anytown MI 99999 US (work)
endpoint: Endpoint Good Health Clinic Endpoint
{
"resourceType": "Organization",
"id": "Example-organization-good-health-clinic",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/GoodHealthClinic",
"value": "identifier-good-health"
}
],
"name": "Good Health Clinic.",
"telecom": [
{
"system": "phone",
"value": "+1(202)776-7700",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"123 Campbell Rd.",
"STE 825"
],
"city": "Anytown",
"state": "MI",
"postalCode": "99999",
"country": "US"
}
],
"endpoint": [
{
"reference": "Endpoint/Example-Smith-Johnson-Endpoint1"
}
]
}