{
  "resourceType" : "Organization",
  "id" : "ProviderTasks-Organization-Huisartsenpraktijk-De-Haard",
  "meta" : {
    "profile" : ["http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  },
  "identifier" : [{
    "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
    "value" : "01010235"
  }],
  "name" : "Huisartsenpraktijk de Haard",
  "telecom" : [{
    "system" : "phone",
    "value" : "+31653603740",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "huisartsenpraktijk-dehaard@huisarts.nl",
    "use" : "work"
  }],
  "address" : [{
    "extension" : [{
      "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
          "code" : "WP",
          "display" : "Work Place"
        }]
      }
    }],
    "use" : "work",
    "line" : ["Dr. Klinkertweg 18"],
    "_line" : [{
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
        "valueString" : "Dr. Klinkertweg"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
        "valueString" : "18"
      }]
    }],
    "city" : "Zwolle",
    "postalCode" : "8004 DB"
  }]
}