{
  "resourceType": "Organization",
  "id": "rr-organization-rules-authoring-agency-haw",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-09-29T20:45:08.719+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Rules Authoring Agency Description</p></div>"
  },
  "identifier": [
    {
      "system": "http://hl7.org.fhir/sid/us-npi",
      "value": "12341234"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.114222.4.5.232",
          "code": "RR12",
          "display": "Rules Authoring Agency"
        }
      ]
    }
  ],
  "name": "Health Authority West Rules Authoring Agency",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-3555"
    },
    {
      "system": "email",
      "value": "mail@healthauthoritywest.gov"
    }
  ],
  "address": [
    {
      "text": "7777 Health Authority Drive, Ann Arbor MI, 99999",
      "line": [
        "7777 Health Authority Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}