@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/ndh/Location/LocationWelcomeHome> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LocationWelcomeHome"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "2" ] ;
     fhir:lastUpdated [ fhir:v "2022-12-20T22:44:22.239+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Location>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationWelcomeHome</b></p><a name=\"LocationWelcomeHome\"> </a><a name=\"hcLocationWelcomeHome\"> </a><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\">version: 2; Last updated: 2022-12-20 22:44:22+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Location.html\">NDH Location Profile</a></p></div><p><b>NDH Verification Status</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS complete}\">Complete</span></p><p><b>identifier</b>: <code>http://example.org/ndh-identifiers</code>/LocationWelcomeHome</p><p><b>status</b>: Active</p><p><b>name</b>: Welcome Home</p><p><b>description</b>: Welcome Home is a location for homeless assistance.</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode CSC}\">Community Service Center</span></p><p><b>telecom</b>: ph: 517-332-4663(Work), fax: 1-443-786-1543(Work)</p><p><b>address</b>: 500 W Maple Street, Lansing, MI 48906(work)</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>-84.56037</td><td>42.746978</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-OrganizationWelcomeHome.html\">Welcome Home</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>allDay</b>: true</p></blockquote><p><b>availabilityExceptions</b>: visiting hours from 9:00 am- 5:00 pm</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS>
         ] ;
         fhir:code [ fhir:v "complete" ] ;
         fhir:display [ fhir:v "Complete" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "active"
       ]
     ] ) ;
     fhir:system [
       fhir:v "http://example.org/ndh-identifiers"^^xsd:anyURI ;
       fhir:l <http://example.org/ndh-identifiers>
     ] ;
     fhir:value [ fhir:v "LocationWelcomeHome" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Welcome Home"] ; # 
  fhir:description [ fhir:v "Welcome Home is a location for homeless assistance."] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:code [ fhir:v "CSC" ] ;
       fhir:display [ fhir:v "community service center" ]
     ] ) ;
     fhir:text [ fhir:v "Community Service Center" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "allDay"^^xsd:anyURI ;
           fhir:l fhir:allDay
         ] ;
         fhir:value [
           a fhir:Boolean ;
           fhir:v true
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime>
       ]
     ] ) ;
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "517-332-4663" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "allDay"^^xsd:anyURI ;
           fhir:l fhir:allDay
         ] ;
         fhir:value [
           a fhir:Boolean ;
           fhir:v true
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime>
       ]
     ] ) ;
     fhir:system [ fhir:v "fax" ] ;
     fhir:value [ fhir:v "1-443-786-1543" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address [
     fhir:use [ fhir:v "work" ] ;
     fhir:type [ fhir:v "both" ] ;
     fhir:text [ fhir:v "500 W Maple Street, Lansing, MI 48906" ] ;
     fhir:line ( [ fhir:v "500 W Maple Street" ] ) ;
     fhir:city [ fhir:v "Lansing" ] ;
     fhir:state [ fhir:v "MI" ] ;
     fhir:postalCode [ fhir:v "48906" ] ;
     fhir:country [ fhir:v "USA" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v -84.56037 ] ;
     fhir:latitude [ fhir:v 42.746978 ]
  ] ; # 
  fhir:managingOrganization [
     fhir:l <http://hl7.org/fhir/us/ndh/Organization/OrganizationWelcomeHome> ;
     fhir:reference [ fhir:v "Organization/OrganizationWelcomeHome" ] ;
     fhir:display [ fhir:v "Welcome Home" ]
  ] ; # 
  fhir:hoursOfOperation ( [
     fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
     fhir:allDay [ fhir:v true ]
  ] ) ; # 
  fhir:availabilityExceptions [ fhir:v "visiting hours from 9:00 am- 5:00 pm"] . # 

<http://hl7.org/fhir/us/ndh/Organization/OrganizationWelcomeHome> a fhir:Us .

# -------------------------------------------------------------------------------------

