{
  "resourceType": "Organization",
  "id": "hg-ReferralServiceRequest-01-Organization-02",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0404",
          "display": "Fysiotherapeuten, manuele therapie"
        }
      ]
    }
  ],
  "name": "Fysiotherapie de Krakert",
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1",
                  "code": "LL",
                  "display": "Land Line"
                }
              ]
            }
          }
        ]
      },
      "value": "+31434073576",
      "use": "work"
    },
    {
      "system": "email",
      "value": "dekrakert@test.nl",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "text": "Valkendael 45, 6245HK, Maastricht",
      "line": [
        "Valkendael 45"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Valkendael"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "45"
            }
          ]
        }
      ],
      "city": "Maastricht",
      "district": "Maastricht",
      "postalCode": "6245HK",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "NL",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}