{
  "resourceType" : "Organization",
  "id" : "organization-rr-responsible-agency-haw",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/ecr/StructureDefinition/rr-responsible-agency-organization"]
  },
  "text" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
      "valueCode" : "masked"
    }],
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"
  },
  "identifier" : [{
    "system" : "http://hl7.org.fhir/sid/us-npi",
    "value" : "99996666"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "urn:oid:2.16.840.1.114222.4.5.232",
      "code" : "RR8",
      "display" : "Responsible Agency"
    }]
  }],
  "name" : "Health Authority West Responsible Agency",
  "telecom" : [{
    "system" : "phone",
    "value" : "+1-555-555-3555"
  },
  {
    "system" : "email",
    "value" : "mail@healthauthoritywest.gov"
  }],
  "address" : [{
    "line" : ["7777 Health Authority Drive"],
    "city" : "Ann Arbor",
    "state" : "MI",
    "postalCode" : "99999"
  }]
}