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

: cfsb1650997423990 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "cfsb1650997423990",
  "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 \"cfsb1650997423990\" </p></div><p><b>identifier</b>: id: ORG-100004538 (OFFICIAL), id: LOC-100000153 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: manufacturer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystemUvEPIRrmswi.html\">Referentials Management Services CodeSystem</a>#220000000033)</span></p><p><b>name</b>: GLAXO WELLCOME, S.A.</p><p><b>address</b>: Avda. Extremadura, 3(WORK)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "$spor-org",
      "value" : "ORG-100004538"
    },
    {
      "use" : "official",
      "system" : "$spor-org",
      "value" : "LOC-100000153"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://spor.ema.europa.eu/rmswi",
          "code" : "220000000033"
        }
      ],
      "text" : "manufacturer"
    }
  ],
  "name" : "GLAXO WELLCOME, S.A.",
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "text" : "Avda. Extremadura, 3",
      "line" : [
        "Avda. Extremadura 3, 09400 Aranda De Duero"
      ],
      "city" : "Aranda De Duero",
      "country" : "ES"
    }
  ]
}