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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeOrganization
Idnl-core-organization-05.json
FHIR VersionR3

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. Id: 12341234 (AGB-Z), 12341234 (URA), 165c4ed3-8fdf-11ec-1779-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6)
NaamZiekenhuis Gooi en Overvecht
Alias: ZGO
Type
Psychiatrie
Ziekenhuis
Contactgegevens030-1234567 (Tel Werk)
AdresVentweg 12, 1000AA Utrecht, NLD (WP)

Administrative
Mevrouw Pietersen

Source1

{
  "resourceType": "Organization",
  "id": "nl-core-organization-05",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2016-11-09T17:27:51.255+00:00",
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value": "12341234"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "12341234"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "165c4ed3-8fdf-11ec-1779-020000000000"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0329",
          "display": "Psychiatrie"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "V4",
          "display": "Ziekenhuis"
        }
      ]
    }
  ],
  "name": "Ziekenhuis Gooi en Overvecht",
  "alias": [
    "ZGO"
  ],
  "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": "030-1234567",
      "use": "work"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "WP",
                "display": "Werkadres"
              }
            ]
          }
        }
      ],
      "use": "work",
      "line": [
        "Ventweg 12"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Ventweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "12"
            }
          ]
        }
      ],
      "city": "Utrecht",
      "postalCode": "1000AA",
      "country": "NLD",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                  "code": "6030",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "name": {
        "text": "Mevrouw Pietersen"
      }
    }
  ]
}