PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-organization-good-health-clinic - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Example-organization-good-health-clinic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-organization-good-health-clinic</b></p><a name=\"Example-organization-good-health-clinic\"> </a><a name=\"hcExample-organization-good-health-clinic\"> </a><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic</code>/identifier-good-health</p><p><b>name</b>: Good Health Clinic.</p><p><b>telecom</b>: <a href=\"tel:+1(202)776-7700\">+1(202)776-7700</a></p><p><b>address</b>: 123 Campbell Rd. STE 825 Anytown MI 99999 US (work)</p><p><b>endpoint</b>: <a href=\"Endpoint-Example-Smith-Johnson-Endpoint1.html\">Endpoint Good Health Clinic Endpoint</a></p></div>"
  },
  "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"
    }
  ]
}