FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4b
Resource TypeLocation
IdLocation-LocationWelcomeHome.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Profile: National Directory API Location Profile

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)

Positions

-LongitudeLatitude
*-84.5603742.746978

managingOrganization: Welcome Home

hoursOfOperation

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday

allDay: true

availabilityExceptions: visiting hours from 9:00 am- 5:00 pm


Source1

{
  "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"
}