Vulcan ePI FHIR Implementation Guide
0.1.0 - CI Build

Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: cfsb1639753766266 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "cfsb1639753766266",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/vulcan-epi/StructureDefinition/Organization-uv-epi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b></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 \"cfsb1639753766266\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-uv-epi.html\">Organization (ePI)</a></p></div><p><b>identifier</b>: id: ORG-100000380 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Manufacturer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#220000000033)</span></p><p><b>name</b>: Zambon S.p.A.</p><p><b>address</b>: Via della Chimica, 9 36100 Vicenza – Italy(WORK)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://spor.ema.europa.eu/omswi/",
      "value" : "ORG-100000380"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://spor.ema.europa.eu/rmswi/",
          "code" : "220000000033",
          "display" : "Manufacturer"
        }
      ],
      "text" : "Manufacturer"
    }
  ],
  "name" : "Zambon S.p.A.",
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "text" : "Via della Chimica, 9 36100 Vicenza – Italy",
      "line" : [
        "Via della Chimica, 9 36100"
      ],
      "city" : "Vicenza",
      "country" : "Italy"
    }
  ]
}