FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeOrganization
IdOrganization-Example-organization-good-health-clinic.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}