{
  "resourceType" : "Location",
  "id" : "LocationGen1",
  "meta" : {
    "lastUpdated" : "2022-06-25T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [{
    "extension" : [{
      "url" : "acceptingPatients",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/accepting-patients",
          "code" : "newpt",
          "display" : "Accepting new and existing patients"
        }]
      }
    },
    {
      "url" : "fromNetwork",
      "valueReference" : {
        "reference" : "Organization/NetworkGen1"
      }
    }],
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"
  },
  {
    "extension" : [{
      "url" : "acceptingPatients",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/accepting-patients",
          "code" : "nopt",
          "display" : "Not Accepting"
        }]
      }
    },
    {
      "url" : "fromNetwork",
      "valueReference" : {
        "reference" : "Organization/NetworkGen2"
      }
    }],
    "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"
  },
  {
    "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"
      }]
    }
  }],
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
      "valueCode" : "active"
    }],
    "system" : "http://example.org/ndh-identifiers",
    "value" : "LocationGen1"
  }],
  "status" : "active",
  "name" : "LocationGen1"
}