FHIR IG analytics| Package | hl7.fhir.us.hsds |
| Resource Type | HealthcareService |
| Id | HealthcareService-FoodPantryService.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService
Resource HealthcareService "FoodPantryService" Updated "2023-08-24 11:26:22+0000"
Profile: HSDHealthcareService
active: true
providedBy: Organization/FoodBank "Redwood Food Bank"
category: Home Health (Healthcare Service Category#home)
type: Food (Service type#344)
location: Location/FoodBankLocation "Redwood Food Bank of Anytown California"
name: Food Pantry Service
telecom: ph: (999)-914-8873(WORK)
program: The Emergency Food Assistance Program (Human Service Program#TEFAP)
characteristic: Interpretation Services (Human Service Characteristic#Interpret)
communication: Spanish (Tags for the Identification of Languages#es), Russian (Tags for the Identification of Languages#ru), English (United States) (Tags for the Identification of Languages#en-US)
{
"resourceType": "HealthcareService",
"id": "FoodPantryService",
"meta": {
"lastUpdated": "2023-08-24T11:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"providedBy": {
"reference": "Organization/FoodBank"
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS",
"code": "home",
"display": "Home Health"
}
]
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "344",
"display": "Food"
}
]
}
],
"location": [
{
"reference": "Location/FoodBankLocation"
}
],
"name": "Food Pantry Service",
"telecom": [
{
"system": "phone",
"value": "(999)-914-8873",
"use": "work"
}
],
"program": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceProgramCS",
"code": "TEFAP",
"display": "The Emergency Food Assistance Program"
}
]
}
],
"characteristic": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS",
"code": "Interpret",
"display": "Interpretation Services"
}
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "es",
"display": "Spanish"
}
]
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "ru",
"display": "Russian"
}
]
},
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-US",
"display": "English (United States)"
}
]
}
]
}