This page is part of the FHIR IG Human Services Directory (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: FoodBank - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "FoodBank",
"meta" : {
"lastUpdated" : "2023-08-24T11:26:22.0314215+00:00",
"profile" : [
"http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Organization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"FoodBank\"> </a></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 "FoodBank" Updated "2023-08-24 11:26:22+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-Organization.html\">HSDOrganization</a></p></div><p><b>Org Description</b>: This community services agency distributes over a ton of food each work day to low income individuals and families throughout Northern California.</p><p><b>identifier</b>: Tax ID number: xx-xxxxxxx\u00a0(use:\u00a0OFFICIAL,\u00a0period:\u00a02010-07-01 --> (ongoing))</p><p><b>active</b>: true</p><p><b>type</b>: Atypical Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-OrgTypeCS.html\">Organization Type</a>#atyprv)</span></p><p><b>name</b>: Redwood Food Bank</p><p><b>alias</b>: Food Bank of the Redwoods</p><p><b>telecom</b>: ph: (999)-222-3333(WORK), <a href=\"https://redwoodfoodbank.org/\">https://redwoodfoodbank.org/</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Gerald Smith </td><td>ph: (999)-111-2231(WORK)</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/org-description",
"valueString" : "This community services agency distributes over a ton of food each work day to low income individuals and families throughout Northern California."
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX"
}
]
},
"system" : "urn:us:gov:irs",
"value" : "xx-xxxxxxx",
"period" : {
"start" : "2010-07-01"
},
"assigner" : {
"display" : "http://www.irs.gov"
}
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS",
"code" : "atyprv",
"display" : "Atypical Provider"
}
]
}
],
"name" : "Redwood Food Bank",
"alias" : [
"Food Bank of the Redwoods"
],
"telecom" : [
{
"system" : "phone",
"value" : "(999)-222-3333",
"use" : "work"
},
{
"system" : "url",
"value" : "https://redwoodfoodbank.org/",
"use" : "work"
}
],
"contact" : [
{
"name" : {
"use" : "usual",
"family" : "Smith",
"given" : [
"Gerald"
]
},
"telecom" : [
{
"extension" : [
{
"extension" : [
{
"url" : "title",
"valueString" : "Food Bank Director"
},
{
"url" : "department",
"valueString" : "Executive Services"
},
{
"url" : "email",
"valueString" : "gsmith@redwoodfoodbank.org"
}
],
"url" : "http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo"
}
],
"system" : "phone",
"value" : "(999)-111-2231",
"use" : "work"
}
]
}
]
}