{
  "resourceType" : "Organization",
  "id" : "Hospital",
  "meta" : {
    "lastUpdated" : "2023-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [{
    "extension" : [{
      "url" : "code",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "282N00000X",
          "display" : "General Acute Care Hospital"
        }]
      }
    },
    {
      "url" : "status",
      "valueCode" : "active"
    }],
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-qualification"
  },
  {
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
        "code" : "complete",
        "display" : "Complete"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-org-description",
    "valueString" : "General Acute Care Hospital"
  }],
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
      "valueCode" : "active"
    }],
    "system" : "http://hl7.org/fhir/sid/us-npi",
    "value" : "1518575422"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
      "valueCode" : "active"
    }],
    "system" : "http://example.org/ndh-identifiers",
    "value" : "Hospital"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhOrgTypeCS",
      "code" : "fac",
      "display" : "Facility"
    }]
  }],
  "name" : "Hartford General Hospital",
  "telecom" : [{
    "system" : "phone",
    "value" : "(111)-222-3333",
    "rank" : 2
  },
  {
    "system" : "url",
    "value" : "https://www.hartfordgeneralhospital.com",
    "rank" : 1
  }],
  "address" : [{
    "line" : ["123 Main Street"],
    "city" : "Hartford",
    "state" : "CT",
    "postalCode" : "00014-1234"
  }],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "(111)-222-3333",
      "rank" : 1
    }]
  }]
}