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

FHIR IG analytics

Packagehl7.fhir.us.hsds
Resource TypeOrganization
IdOrganization-FoodBank.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 "FoodBank" Updated "2023-08-24 11:26:22+0000"

Profile: HSDOrganization

Org Description: This community services agency distributes over a ton of food each work day to low income individuals and families throughout Northern California.

identifier: Tax ID number: xx-xxxxxxx (use: OFFICIAL, period: 2010-07-01 --> (ongoing))

active: true

type: Atypical Provider (Organization Type#atyprv)

name: Redwood Food Bank

alias: Food Bank of the Redwoods

telecom: ph: (999)-222-3333(WORK), https://redwoodfoodbank.org/

Contacts

-NameTelecom
*Gerald Smith ph: (999)-111-2231(WORK)

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
        }
      ]
    }
  ]
}