{
  "resourceType" : "Organization",
  "id" : "organization-salem-medical-center",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-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" : "55555555"
  }],
  "active" : true,
  "name" : "Salem Medical Center",
  "telecom" : [{
    "system" : "phone",
    "value" : "+1-555-555-1111"
  },
  {
    "system" : "email",
    "value" : "mail@salemmedicalcenter.com"
  }],
  "address" : [{
    "line" : ["22222 Health Authority Drive"],
    "city" : "Ann Arbor",
    "state" : "MI",
    "postalCode" : "99999"
  }]
}