FHIR IG analytics| Package | hl7.fhir.us.ndh.r4b |
| Resource Type | Location |
| Id | Location-LocationWelcomeHome.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location LocationWelcomeHome
version: 2; Last updated: 2022-12-20 22:44:22+0000
NDH Verification Status: Complete
identifier: http://example.org/ndh-identifiers/LocationWelcomeHome
status: Active
name: Welcome Home
description: Welcome Home is a location for homeless assistance.
type: Community Service Center
telecom: ph: 517-332-4663(Work), fax: 1-443-786-1543(Work)
address: 500 W Maple Street, Lansing, MI 48906(work)
| Longitude | Latitude |
| -84.56037 | 42.746978 |
managingOrganization: Welcome Home
hoursOfOperation
daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday
allDay: true
availabilityExceptions: visiting hours from 9:00 am- 5:00 pm
{
"resourceType": "Location",
"id": "LocationWelcomeHome",
"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"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "LocationWelcomeHome"
}
],
"status": "active",
"name": "Welcome Home",
"description": "Welcome Home is a location for homeless assistance.",
"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": "517-332-4663",
"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": "500 W Maple Street, Lansing, MI 48906",
"line": [
"500 W Maple Street"
],
"city": "Lansing",
"state": "MI",
"postalCode": "48906",
"country": "USA"
},
"position": {
"longitude": -84.56037,
"latitude": 42.746978
},
"managingOrganization": {
"reference": "Organization/OrganizationWelcomeHome",
"display": "Welcome Home"
},
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": true
}
],
"availabilityExceptions": "visiting hours from 9:00 am- 5:00 pm"
}