Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Read Success Example 6 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "read-success-example6",
  "meta" : {
    "versionId" : "12",
    "lastUpdated" : "2022-12-07T18:20:31.031+00:00",
    "source" : "#FBlVeVFUEUjAubx0"
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "http://localhost/fhir-stu3/1.0.1/Organization?_format=xml"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://localhost/fhir-stu3/1.0.1/Organization/5.5.5.5",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "5.5.5.5",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is a organization\n\t\t\t\t\t\t\t\t\tdescription data element. \n                    \n                    </div>"
        },
        "contained" : [
          {
            "resourceType" : "Location",
            "id" : "orgloc",
            "position" : {
              "longitude" : -97.7047386,
              "latitude" : 30.4159542
            }
          },
          {
            "resourceType" : "Endpoint",
            "id" : "5.5.5.5",
            "identifier" : [
              {
                "use" : "official",
                "type" : {
                  "coding" : [
                    {
                      "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
                      "code" : "HCID"
                    }
                  ]
                },
                "system" : "urn:ietf:rfc:3986",
                "value" : "urn:oid:5.5.5.5"
              }
            ],
            "status" : "active",
            "connectionType" : {
              "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
              "code" : "ihe-xcpd"
            },
            "name" : "Patient Discovery",
            "payloadType" : [
              {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
                    "code" : "NI"
                  }
                ]
              }
            ],
            "payloadMimeType" : [
              "application/xml"
            ],
            "address" : "https://carequality.test.com/xcpd/v1/xcpd"
          }
        ],
        "identifier" : [
          {
            "use" : "official",
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:5.5.5.5"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType",
                "code" : "Implementer"
              }
            ]
          }
        ],
        "name" : "Eric Hospital",
        "address" : [
          {
            "extension" : [
              {
                "url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgLocation",
                "valueReference" : {
                  "reference" : "#orgloc"
                }
              }
            ],
            "use" : "work",
            "type" : "both",
            "line" : [
              "200 Main St."
            ],
            "city" : "Austin",
            "state" : "TX",
            "postalCode" : "2472",
            "country" : "US"
          }
        ],
        "partOf" : {
          "reference" : "Organization/create-full-example",
          "identifier" : {
            "use" : "official",
            "type" : {
              "coding" : [
                {
                  "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
                  "code" : "HCID"
                }
              ]
            },
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:1.1.1.1"
          }
        },
        "contact" : [
          {
            "name" : {
              "use" : "official",
              "text" : "Smith, John"
            },
            "telecom" : [
              {
                "system" : "email",
                "value" : "johnsmith@test.com",
                "use" : "work"
              },
              {
                "system" : "phone",
                "value" : "555-555-1212",
                "use" : "work"
              }
            ],
            "address" : {
              "use" : "work",
              "type" : "both",
              "line" : [
                "100 Main St."
              ],
              "city" : "Dallas",
              "postalCode" : "75001",
              "country" : "US"
            }
          }
        ],
        "endpoint" : [
          {
            "reference" : "#5.5.5.5"
          }
        ]
      }
    }
  ]
}