RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). 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><b>Generated Narrative: Organization</b><a name=\"eXovwVA3zYl3U3fBH8mdkxw3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;eXovwVA3zYl3U3fBH8mdkxw3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=http://fhir.nl/fhir/StructureDefinition/nl-core-organization\">nl-core-organization</a></p></div><p><b>identifier</b>: VEKTIS:\u00a006020101\u00a0(use:\u00a0USUAL,\u00a0period:\u00a02011-05-17 --&gt; (ongoing)), FAC:\u00a0S_UMCG\u00a0(use:\u00a0USUAL)</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"
    }
  ]
}