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

FHIR IG analytics

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

Profile: HSDOrganization

Org Description: This community services agency serves residents of San Francisco and responds to requests for help with obtaining restraining orders, shelter, or legal aid agencies that help people ask for a restraining order.

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

active: true

type: Atypical Provider (Organization Type#atyprv)

name: Crisis Hotline of San Francisco

alias: SF Domestic Crisis Hotline

telecom: ph: (999)-123-4567(WORK), https://SF911forall.org/

Contacts

-NameTelecom
*Arthur Conrad ph: (999)-987-6543(WORK)

Source1

{
  "resourceType": "Organization",
  "id": "SFCrisisAndDomesticHotline",
  "meta": {
    "lastUpdated": "2023-08-26T11: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 serves residents of San Francisco and responds to requests for help with obtaining restraining orders, shelter, or legal aid agencies that help people ask for a restraining order."
    }
  ],
  "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": "2020-01-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": "Crisis Hotline of San Francisco",
  "alias": [
    "SF Domestic Crisis Hotline"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(999)-123-4567",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://SF911forall.org/",
      "use": "work"
    }
  ],
  "contact": [
    {
      "name": {
        "use": "usual",
        "family": "Conrad",
        "given": [
          "Arthur"
        ]
      },
      "telecom": [
        {
          "extension": [
            {
              "extension": [
                {
                  "url": "title",
                  "valueString": "Crisis Center Director"
                },
                {
                  "url": "department",
                  "valueString": "Domestic Violence Services"
                },
                {
                  "url": "email",
                  "valueString": "aconrad@SF911forall.org"
                }
              ],
              "url": "http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo"
            }
          ],
          "system": "phone",
          "value": "(999)-987-6543",
          "use": "work"
        }
      ]
    }
  ]
}