FHIR IG analytics| Package | hl7.fhir.us.ndh.r4 |
| Resource Type | Location |
| Id | Location-Location-Social-Hope-CBO.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location Location-Social-Hope-CBO
version: 2; Last updated: 2022-12-20 22:44:22+0000
NDH Verification Status: Complete
identifier: https://example.org/hope-dispensary-of-greater-bridgeport/main campus (use: secondary, ), http://example.org/ndh-identifiers/Location-Social-Hope-CBO
status: Active
name: HOPE FOOD DISPENSARY OF GREATER BALTIMORE
description: Main campus of HOPE FOOD DISPENSARY OF GREATER BALTIMORE
type: Community Service Center
telecom: ph: 410.237.8591(Work), fax: 1-443-786-1542(Work)
address: 4803 VALLEY VIEW AVE, BALTIMORE, MD 21206(work)
| Longitude | Latitude |
| -76.53353 | 39.33634 |
managingOrganization: HOPE FOOD DISPENSARY
hoursOfOperation
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
allDay: true
availabilityExceptions: visiting hours from 6:00 am - 6:00 pm
{
"resourceType": "Location",
"id": "Location-Social-Hope-CBO",
"meta": {
"versionId": "2",
"lastUpdated": "2022-12-20T22:44:22.239+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-Location"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
"code": "complete",
"display": "Complete"
}
]
}
}
],
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"use": "secondary",
"system": "https://example.org/hope-dispensary-of-greater-bridgeport",
"value": "main campus",
"assigner": {
"reference": "Organization/Organization-Social-Hope-CBO",
"display": "HOPE FOOD DISPENSARY"
}
},
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "Location-Social-Hope-CBO"
}
],
"status": "active",
"name": "HOPE FOOD DISPENSARY OF GREATER BALTIMORE",
"description": "Main campus of HOPE FOOD DISPENSARY OF GREATER BALTIMORE",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "CSC",
"display": "community service center"
}
],
"text": "Community Service Center"
}
],
"telecom": [
{
"extension": [
{
"extension": [
{
"url": "allDay",
"valueBoolean": true
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
}
],
"system": "phone",
"value": "410.237.8591",
"use": "work"
},
{
"extension": [
{
"extension": [
{
"url": "allDay",
"valueBoolean": true
}
],
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
}
],
"system": "fax",
"value": "1-443-786-1542",
"use": "work"
}
],
"address": {
"use": "work",
"type": "both",
"text": "4803 VALLEY VIEW AVE, BALTIMORE, MD 21206",
"line": [
"4803 VALLEY VIEW AVE"
],
"city": "BALTIMORE",
"state": "MD",
"postalCode": "21206",
"country": "USA"
},
"position": {
"longitude": -76.53353,
"latitude": 39.33634
},
"managingOrganization": {
"reference": "Organization/Organization-Social-Hope-CBO",
"display": "HOPE FOOD DISPENSARY"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"allDay": true
}
],
"availabilityExceptions": "visiting hours from 6:00 am - 6:00 pm"
}