{
  "resourceType": "Organization",
  "id": "ecr-organization-acme-labs",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-09-29T20:45:08.719+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://hl7.org.fhir/sid/us-npi",
      "value": "999999999"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v3/RoleCode",
          "code": "OUTLAB",
          "display": "outpatient laboratory"
        }
      ]
    }
  ],
  "name": "Acme Labs",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-4444"
    },
    {
      "system": "email",
      "value": "mail@acme-labs.com"
    }
  ],
  "address": [
    {
      "text": "7777 Laboratory Drive, Ann Arbor MI, 99999",
      "line": [
        "7777 Laboratory Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}