FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | Location |
| Id | Location-Location-Social-Towson-Food.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-Towson-Food
version: 2; Last updated: 2022-12-20 22:44:22+0000
Profile: NDH Location Profile
NDH Verification Status: Complete
identifier: https://example.org/hope-dispensary-of-greater-bridgeport/main campus (use: secondary, ), http://example.org/ndh-identifiers/Location-Social-Towson-Food
status: Active
name: TOWSON FOOD DISPENSARY OF GREATER BALTIMORE COUNTY
description: Main campus of TOWSON FOOD DISPENSARY OF GREATER BALTIMORE COUNTY
type: Community Service Center
telecom: ph: 410.237.8592(Work), fax: 1-443-786-1543(Work)
address: 521 E Joppa Rd, Towson, MD 21286(work)
| Longitude | Latitude |
| -76.5754 | 39.39259 |
managingOrganization: TOWSON 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-Towson-Food",
"meta": {
"versionId": "2",
"lastUpdated": "2022-12-20T22:44:22.239+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-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-Towson-Food",
"display": "TOWSON 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-Towson-Food"
}
],
"status": "active",
"name": "TOWSON FOOD DISPENSARY OF GREATER BALTIMORE COUNTY",
"description": "Main campus of TOWSON FOOD DISPENSARY OF GREATER BALTIMORE COUNTY",
"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.8592",
"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-1543",
"use": "work"
}
],
"address": {
"use": "work",
"type": "both",
"text": "521 E Joppa Rd, Towson, MD 21286",
"line": [
"521 E Joppa Rd"
],
"city": "TOWSON",
"state": "MD",
"postalCode": "21286",
"country": "USA"
},
"position": {
"longitude": -76.5754,
"latitude": 39.39259
},
"managingOrganization": {
"reference": "Organization/Organization-Social-Towson-Food",
"display": "TOWSON FOOD DISPENSARY"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"allDay": true
}
],
"availabilityExceptions": "visiting hours from 6:00 am - 6:00 pm"
}