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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.iwlz
Resource TypeOrganization
IdOrganization-CIZ.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "Organization-CIZ",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "name": "Centrum Indicatiestelling Zorg (CIZ)",
  "telecom": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1",
                "code": "LL",
                "display": "Vast telefoonnummer"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "088 - 789 10 00",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@ciz.nl"
    }
  ]
}