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

: cfsb1651149636159 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "cfsb1651149636159",
  "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 \"cfsb1651149636159\" </p></div><p><b>identifier</b>: id: ORG-100012958 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Marketing authorisation holder <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystemUvEPIRrmswi.html\">Referentials Management Services CodeSystem</a>#220000000034)</span></p><p><b>name</b>: ViiV Healthcare BV</p><p><b>address</b>: Van Asch van Wijckstraat 55H 3811 LP Amersfoort Netherlands(WORK)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://spor.ema.europa.eu/omswi",
      "value" : "ORG-100012958"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://spor.ema.europa.eu/rmswi",
          "code" : "220000000034",
          "display" : "Marketing authorisation holder"
        }
      ],
      "text" : "Marketing authorisation holder"
    }
  ],
  "name" : "ViiV Healthcare BV",
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "text" : "Van Asch van Wijckstraat 55H 3811 LP Amersfoort Netherlands",
      "line" : [
        "Van Asch van Wijckstraat 55H"
      ],
      "city" : "Amersfoort",
      "country" : "NL"
    }
  ]
}