FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeOrganization
Idnl-core-Payer-Organization-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Organisatie.
NaamStichting Het Goede Doel
Contactgegevens+311725233111 (Tel Werk)
Adres1e Jacob van Campenstr 15, 1012 NX Hoogmade Kaag en Braassem (Werk)

Source1

{
  "resourceType": "Organization",
  "id": "nl-core-Payer-Organization-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Payer-Organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Stichting Het Goede Doel",
  "telecom": [
    {
      "system": "phone",
      "value": "+311725233111",
      "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"
              }
            ]
          }
        }
      ],
      "use": "work",
      "line": [
        "1e Jacob van Campenstr 15"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "1e Jacob van Campenstr"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "15"
            }
          ]
        }
      ],
      "city": "Hoogmade",
      "district": "Kaag en Braassem",
      "postalCode": "1012 NX"
    }
  ]
}