FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Organization |
| Id | Organization-SenderOrganization.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 "SenderOrganization"
Profile: MessageHeader Organization
DepartmentName: sender department
active: true
type: Pharmaceutical Company (unknown#1)
name: sender organization
telecom: +01 123 456 78, fax: +01 123 456 89, email@city.us
address: street city state postcode US
| Name |
| sender gname sender fname |
{
"resourceType": "Organization",
"id": "SenderOrganization",
"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": "sender department"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.7",
"code": "1",
"display": "Pharmaceutical Company"
}
]
}
],
"name": "sender organization",
"telecom": [
{
"system": "phone",
"value": "+01 123 456 78"
},
{
"system": "fax",
"value": "+01 123 456 89"
},
{
"system": "email",
"value": "email@city.us"
}
],
"address": [
{
"line": [
"street"
],
"city": "city",
"state": "state",
"postalCode": "postcode",
"country": "US"
}
],
"contact": [
{
"name": {
"family": "sender fname",
"given": [
"sender gname"
],
"prefix": [
"sender title"
]
}
}
]
}