FHIR IG analytics| Package | hl7.fhir.us.hsds |
| Resource Type | Organization |
| Id | Organization-SFCrisisAndDomesticHotline.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 "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/
| Name | Telecom |
| Arthur Conrad | ph: (999)-987-6543(WORK) |
{
"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"
}
]
}
]
}