FHIR IG analytics| Package | hl7.fhir.us.hsds |
| Resource Type | Organization |
| Id | Organization-WhistlestopWheels.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Extensions Narrative: Organization
Resource Organization "WhistlestopWheels" Updated "2023-08-24 11:26:22+0000"
Profile: HSDOrganization
Org Description: This community services agency contracts with various organizations to provide transport services for the elderly and low-income clients, to and from medical appointments, various assisted living facilities, as well as to grocery shopping and other activites to stay active and connected.
qualification:
url: code , value: Transportation Network Company (provider-taxonomy#342000000X)url:
status, value: active
identifier: Tax ID number: xx-xxxxxxx (use: OFFICIAL, period: 2020-11-01 --> (ongoing))
active: true
type: Atypical Provider (Organization Type#atyprv)
name: Whistlestop Wheels
telecom: ph: (999)-222-9999(WORK), https://whistlestop.org/
contact
name: Harry Cunningham
telecom: ph: (999)-555-2222(WORK)
contact
name: Samantha Ryan
telecom: ph: (999)-555-7321(WORK)
{
"resourceType": "Organization",
"id": "WhistlestopWheels",
"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 contracts with various organizations to provide transport services for the elderly and low-income clients, to and from medical appointments, various assisted living facilities, as well as to grocery shopping and other activites to stay active and connected."
},
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "342000000X",
"display": "Transportation Network Company"
}
]
}
},
{
"url": "status",
"valueCode": "active"
}
],
"url": "http://hl7.org/fhir/us/hsds/StructureDefinition/qualification"
}
],
"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-11-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": "Whistlestop Wheels",
"telecom": [
{
"system": "phone",
"value": "(999)-222-9999",
"use": "work"
},
{
"system": "url",
"value": "https://whistlestop.org/",
"use": "work"
}
],
"contact": [
{
"name": {
"use": "usual",
"family": "Cunningham",
"given": [
"Harry"
]
},
"telecom": [
{
"extension": [
{
"extension": [
{
"url": "title",
"valueString": "Manager, Automotive Repairs"
},
{
"url": "department",
"valueString": "Transportation Services"
},
{
"url": "email",
"valueString": "sryan@whistlestop.org"
}
],
"url": "http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo"
}
],
"system": "phone",
"value": "(999)-555-2222",
"use": "work"
}
]
},
{
"name": {
"use": "usual",
"family": "Ryan",
"given": [
"Samantha"
]
},
"telecom": [
{
"extension": [
{
"extension": [
{
"url": "title",
"valueString": "Director, Transportation Services"
},
{
"url": "department",
"valueString": "Executive Services"
},
{
"url": "email",
"valueString": "sryan@whistlestop.org"
}
],
"url": "http://hl7.org/fhir/us/hsds/StructureDefinition/org-contactinfo"
}
],
"system": "phone",
"value": "(999)-555-7321",
"use": "work"
}
]
}
]
}