RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Epic Organization Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "eXovwVA3zYl3U3fBH8mdkxw3",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Organization eXovwVA3zYl3U3fBH8mdkxw3</b></p><a name=\"eXovwVA3zYl3U3fBH8mdkxw3\"> </a><a name=\"hceXovwVA3zYl3U3fBH8mdkxw3\"> </a><a name=\"eXovwVA3zYl3U3fBH8mdkxw3-nl-NL\"> </a><p><b>identifier</b>: VEKTIS/06020101\u00a0(gebruik:\u00a0usual,\u00a0periode:\u00a02011-05-17 --&gt; (continue)), FAC/S_UMCG\u00a0(gebruik:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: UMCG</p><p><b>address</b>: null Groningen 9713 GZ Nederland </p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "text" : "VEKTIS"
      },
      "system" : "urn:oid:2.16.840.1.113883.2.4.6.1",
      "value" : "06020101",
      "period" : {
        "start" : "2011-05-17"
      }
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "FAC"
      },
      "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.5.737384.112",
      "value" : "S_UMCG"
    }
  ],
  "active" : true,
  "name" : "UMCG",
  "address" : [
    {
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Hanzeplein"
            }
          ]
        }
      ],
      "city" : "Groningen",
      "postalCode" : "9713 GZ",
      "country" : "Nederland"
    }
  ]
}