FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypeOrganization
IdOrganization-FDA.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization

Resource Organization "FDA"

Profile: MessageHeader Organization

DepartmentName: Office of Surveillance and Epidemiology

active: true

type: Regulatory Authority (unknown#2)

name: FDA

telecom: faersesub@fda.hhs.gov

address: 10903 New Hampshire Avenue Silver Spring MD 20993 US

Contacts

-Name
*Transfusion

Source1

{
  "resourceType": "Organization",
  "id": "FDA",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-messageorganization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-departmentname",
      "valueString": "Office of Surveillance and Epidemiology"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.7",
          "code": "2",
          "display": "Regulatory Authority"
        }
      ]
    }
  ],
  "name": "FDA",
  "telecom": [
    {
      "system": "email",
      "value": "faersesub@fda.hhs.gov"
    }
  ],
  "address": [
    {
      "line": [
        "10903 New Hampshire Avenue"
      ],
      "city": "Silver Spring",
      "state": "MD",
      "postalCode": "20993",
      "country": "US"
    }
  ],
  "contact": [
    {
      "name": {
        "given": [
          "Transfusion"
        ]
      }
    }
  ]
}