Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: General Organization Example along with Endpoint Reference - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "Example3",
  "meta" : {
    "lastUpdated" : "2005-11-02T15:45:24.257-06:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-organization-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example3</b></p><a name=\"Example3\"> </a><a name=\"hcExample3\"> </a><a name=\"Example3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2005-11-02 15:45:24-0600</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a>, <a href=\"StructureDefinition-athena-organization-profile.html\">A grouping of people or organizations with a common purpose</a></p></div><p><b>identifier</b>: Organization identifier/LO-1225648232001060</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{urn:oid:1.3.6.1.4.1.19376.1.5.3.3 EMPLOYER}\">Employer</span></p><p><b>name</b>: Eastside Internal Medicine</p><p><b>telecom</b>: ph: 503-665-1010(Work), fax: 503-665-1011</p><p><b>address</b>: 120 NE Valley View Drive Gresham OR 97030 USA </p><p><b>endpoint</b>: <a href=\"Endpoint-Example2.html\">Endpoint https://inferno.healthit.gov/suites/custom/service_base_url/examples/CapabilityStatement</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX",
            "display" : "Organization identifier"
          }
        ],
        "text" : "Organization identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORGANIZATION/1000-4-9390",
      "value" : "LO-1225648232001060"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:1.3.6.1.4.1.19376.1.5.3.3",
          "code" : "EMPLOYER",
          "display" : "Employer"
        }
      ],
      "text" : "Employer"
    }
  ],
  "name" : "Eastside Internal Medicine",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "503-665-1010",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "503-665-1011"
    }
  ],
  "address" : [
    {
      "line" : [
        "120 NE Valley View Drive"
      ],
      "city" : "Gresham",
      "state" : "OR",
      "postalCode" : "97030",
      "country" : "USA"
    }
  ],
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/Example2"
    }
  ]
}