0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: Read Success Example 4 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "read-success-example4",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-08-26T06:51:38.629+00:00"
  },
  "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                    </div>"
        },
        "identifier" : [
          {
            "use" : "official",
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:5.5.5.5"
          }
        ],
        "active" : false,
        "type" : [
          {
            "coding" : [
              {
                "system" : "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/OrganizationType",
                "code" : "Implementer"
              }
            ]
          }
        ],
        "name" : "Eric Hospital",
        "address" : [
          {
            "use" : "work",
            "type" : "both",
            "line" : [
              "200 Main St. "
            ],
            "city" : "Austin",
            "state" : "TX",
            "postalCode" : "2472",
            "country" : "US"
          }
        ],
        "partOf" : {
          "identifier" : {
            "use" : "official",
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:1.1.1.1"
          }
        },
        "contact" : [
          {
            "name" : {
              "use" : "official",
              "text" : "Family, Given"
            },
            "telecom" : [
              {
                "system" : "email",
                "value" : "test21@test.com",
                "use" : "work"
              },
              {
                "system" : "phone",
                "value" : "555-555-5555",
                "use" : "work"
              }
            ],
            "address" : {
              "use" : "work",
              "type" : "both",
              "line" : [
                "100 Main St."
              ],
              "city" : "Austin",
              "postalCode" : "78737",
              "country" : "US"
            }
          }
        ]
      }
    }
  ]
}