CMSgov/dpc-app

View on GitHub
src/main/resources/organization_bundle_parameters.json

Summary

Maintainability
Test Coverage
{
  "resourceType": "Parameters",
  "parameter": [
    {
      "name": "resource",
      "resource": {
        "resourceType": "Bundle",
        "type": "collection",
        "entry": [
          {
            "resource": {
              "address": [
                {
                  "use": "work",
                  "type": "both",
                  "city": "PLYMOUTH",
                  "country": "US",
                  "line": [
                    "275 SANDWICH STREET"
                  ],
                  "postalCode": "02360",
                  "state": "MA"
                }
              ],
              "identifier": [
                {
                  "system": "http://hl7.org/fhir/sid/us-npi",
                  "value": "2234567891"
                },
                {
                  "system": "https://github.com/synthetichealth/synthea",
                  "value": "46ac7ad6-7487-4dd0-baa0-6e2c8cae76a0"
                }
              ],
              "meta": {
                "lastUpdated": "2019-04-09T12:25:36.450512+00:00",
                "versionId": "MTU1NDgxMjczNjQ1MDUxMjAwMA"
              },
              "name": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH",
              "resourceType": "Organization",
              "telecom": [
                {
                  "system": "phone",
                  "value": "5087462000"
                }
              ],
              "type": [
                {
                  "coding": [
                    {
                      "code": "prov",
                      "display": "Healthcare Provider",
                      "system": "http://hl7.org/fhir/organization-type"
                    }
                  ],
                  "text": "Healthcare Provider"
                }
              ]
            }
          },
          {
            "resource": {
              "address": [
                {
                  "use": "work",
                  "type": "both",
                  "city": "NORWOOD",
                  "country": "US",
                  "line": [
                    "800 WASHINGTON STREET"
                  ],
                  "postalCode": "02062",
                  "state": "MA"
                }
              ],
              "identifier": [
                {
                  "system": "http://hl7.org/fhir/sid/us-npi",
                  "value": "065fbe84-3551-4ec3-98a3-0d1198c3cb55"
                },
                {
                  "system": "https://github.com/synthetichealth/synthea",
                  "value": "065fbe84-3551-4ec3-98a3-0d1198c3cb55"
                }
              ],
              "meta": {
                "lastUpdated": "2019-04-09T12:25:35.390911+00:00",
                "versionId": "MTU1NDgxMjczNTM5MDkxMTAwMA"
              },
              "name": "NORWOOD HOSPITAL",
              "resourceType": "Organization",
              "telecom": [
                {
                  "system": "phone",
                  "value": "5087721000"
                }
              ],
              "type": [
                {
                  "coding": [
                    {
                      "code": "prov",
                      "display": "Healthcare Provider",
                      "system": "http://hl7.org/fhir/organization-type"
                    }
                  ],
                  "text": "Healthcare Provider"
                }
              ]
            }
          },
          {
            "resource": {
              "resourceType": "Endpoint",
              "status": "test",
              "connectionType": {
                "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
                "code": "hl7-fhir-rest"
              },
              "name": "BETH ISRAEL DEACONESS HOSPITAL - PLYMOUTH FHIR endpoint",
              "address": "http://test-address.first-org/fhir"
            }
          },
          {
            "resource": {
              "resourceType": "Endpoint",
              "status": "test",
              "connectionType": {
                "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
                "code": "hl7-fhir-rest"
              },
              "name": "Norwood FHIR endpoint",
              "address": "http://test-address.second-org/fhir"
            }
          }
        ]
      }
    }
  ]
}