FHIR Human Services Directory
1.0.0 - STU1 United States of America flag

FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. See the Directory of published versions

: SF9114AllLocation - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "SF9114AllLocation",
  "meta" : {
    "lastUpdated" : "2020-08-24T13:26:22.0314215+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"SF9114AllLocation\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;SF9114AllLocation&quot; Updated &quot;2020-08-24 13:26:22+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-Location.html\">HSDLocation</a></p></div><p><b>Accessibility</b>: ADA compliant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-AccessibilityCS.html\">Accessibility CS</a>#adacomp)</span></p><p><b>Accessibility</b>: mobility <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-AccessibilityCS.html\">Accessibility CS</a>#mobility)</span></p><p><b>status</b>: active</p><p><b>name</b>: Crisis and Domestic Violence Services of San Francisco (SF9114All)</p><p><b>telecom</b>: ph: (999)-415-3333(WORK)</p><p><b>address</b>: 999 South Avenue Anytown CA 99999 </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-122.74</td><td>38.04</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-WhistlestopWheels.html\">Organization/WhistlestopWheels</a> &quot;Whistlestop Wheels&quot;</p><h3>HoursOfOperations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td></tr><tr><td style=\"display: none\">*</td><td>mon, tue, wed, thu, fri, sat, sun</td><td>true</td></tr></table></div>"
  },
  "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" : "adacomp"
          }
        ]
      }
    },
    {
      "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" : "mobility"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "name" : "Crisis and Domestic Violence Services of San Francisco (SF9114All)",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(999)-415-3333",
      "use" : "work"
    }
  ],
  "address" : {
    "line" : [
      "999 South Avenue"
    ],
    "city" : "Anytown",
    "district" : "Marin",
    "state" : "CA",
    "postalCode" : "99999"
  },
  "position" : {
    "longitude" : -122.74,
    "latitude" : 38.04
  },
  "managingOrganization" : {
    "reference" : "Organization/WhistlestopWheels"
  },
  "hoursOfOperation" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri",
        "sat",
        "sun"
      ],
      "allDay" : true
    }
  ]
}