0.0.1 - CI Build

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

: Update Error Example 4 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "update-error-example4",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2020-08-26T06:51:38.938+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is a organization description\n\t\t\t\t\t\tdata element. \n        </div>"
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "orgloc",
      "position" : {
        "longitude" : -97.7047386,
        "latitude" : 30.4159542
      }
    },
    {
      "resourceType" : "Endpoint",
      "id" : "orgEndpoint",
      "extension" : [
        {
          "url" : "https://sequoiaproject.org/fhir/sphd-stu3/StructureDefinition/EndpointMain",
          "extension" : [
            {
              "url" : "Transaction",
              "valueString" : "XCPD ITI-55"
            },
            {
              "url" : "Actor",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/EndpointActorCodes",
                    "code" : "Responding Gateway"
                  }
                ]
              }
            },
            {
              "url" : "Version",
              "valueString" : "2.0"
            },
            {
              "url" : "UseCases",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/EndpointUseCaseCodes",
                    "code" : "QueryBasedDocumentExchange"
                  }
                ]
              }
            },
            {
              "url" : "PurposesOfUse",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "http://healthit.gov/nhin/purposeofuse",
                    "code" : "TREATMENT"
                  }
                ]
              }
            },
            {
              "url" : "Roles",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "http://snomed.info/sct",
                    "code" : "112247003",
                    "display" : "Medical doctor"
                  }
                ]
              }
            },
            {
              "url" : "IPA",
              "valueString" : "1.1.1.1"
            }
          ]
        }
      ],
      "identifier" : [
        {
          "use" : "official",
          "type" : {
            "coding" : [
              {
                "code" : "HCID"
              }
            ]
          },
          "system" : "urn:ietf:rfc:3986",
          "value" : "urn:oid:5.5.5.5"
        },
        {
          "use" : "official",
          "type" : {
            "coding" : [
              {
                "code" : "AAID"
              }
            ]
          },
          "system" : "urn:ietf:rfc:3986"
        }
      ],
      "status" : "active",
      "connectionType" : {
        "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "code" : "ihe-xcpd"
      },
      "name" : "Patient Discovery",
      "payloadType" : [
        {
          "coding" : [
            {
              "system" : "urn:oid:1.3.6.1.4.1.19376.1.2.3",
              "code" : "1"
            }
          ]
        }
      ],
      "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" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "other"
        }
      ]
    }
  ],
  "name" : "Eric Hospital",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://sequoiaproject.org/fhir/sphd-stu3/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-example2",
    "identifier" : {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "code" : "HCID"
          }
        ]
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.1.1.1"
    }
  },
  "contact" : [
    {
      "purpose" : {
        "coding" : [
          {
            "code" : "Operations"
          }
        ]
      },
      "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"
      }
    }
  ],
  "endpoint" : [
    {
      "reference" : "#orgEndpoint"
    }
  ]
}