Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KoppelMij-Organization-GGZ - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "KoppelMij-Organization-GGZ",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Organisatie: GGZ<br/>AGB-code: 12095095<br/>Telefoon: +31653603740<br/>E-mail: huisartsenpraktijk-dehaard@huisarts.nl<br/>Adres: Herculeslaan 1, 3584 AB Utrecht</div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value" : "12095095"
    }
  ],
  "name" : "GGZ",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31653603740",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "ggz@ggz.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" : [
        "Herculeslaan 1"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Herculeslaan"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1"
            }
          ]
        }
      ],
      "city" : "Utrecht",
      "postalCode" : "3584 AB"
    }
  ]
}