FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Organization |
| Id | Organization-FDA.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Name |
| Transfusion |
{
"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"
]
}
}
]
}