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

FHIR IG analytics

Packagehl7.fhir.us.hsds
Resource TypeLocation
IdLocation-MealsOnWheelsLocation.json
FHIR VersionR4

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

Resource Location "MealsOnWheelsLocation" Updated "2020-08-26 13:26:22+0000"

Profile: HSDLocation

Accessibility: cognitive (Accessibility CS#cognitive)

Accessibility: Cultural competence (Accessibility CS#cultcomp)

status: active

name: Meals on Wheels Delivery by Whistlestop Wheels

telecom: ph: (999)-555-9827(WORK)

address: 282 Broadway Anytown CA 99999

Positions

-LongitudeLatitude
*121.901838.732967

managingOrganization: Organization/FoodBank "Redwood Food Bank"

hoursOfOperation

daysOfWeek: mon, tue, wed, thu, fri

openingTime: 08:00:00

closingTime: 20:00:00

hoursOfOperation

daysOfWeek: sat, sun

openingTime: 08:00:00

closingTime: 16:00:00


Source1

{
  "resourceType": "Location",
  "id": "MealsOnWheelsLocation",
  "meta": {
    "lastUpdated": "2020-08-26T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS",
            "code": "cognitive",
            "display": "cognitive"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/accessibility",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/AccessibilityCS",
            "code": "cultcomp",
            "display": "Cultural competence"
          }
        ]
      }
    }
  ],
  "status": "active",
  "name": "Meals on Wheels Delivery by Whistlestop Wheels",
  "telecom": [
    {
      "system": "phone",
      "value": "(999)-555-9827",
      "use": "work"
    }
  ],
  "address": {
    "line": [
      "282 Broadway"
    ],
    "city": "Anytown",
    "district": "Yolo",
    "state": "CA",
    "postalCode": "99999"
  },
  "position": {
    "longitude": 121.9018,
    "latitude": 38.732967
  },
  "managingOrganization": {
    "reference": "Organization/FoodBank"
  },
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "openingTime": "08:00:00",
      "closingTime": "20:00:00"
    },
    {
      "daysOfWeek": [
        "sat",
        "sun"
      ],
      "openingTime": "08:00:00",
      "closingTime": "16:00:00"
    }
  ]
}