@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/Organization/OrgHousingAssistanceHubManagement> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OrgHousingAssistanceHubManagement"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "2" ] ;
     fhir:lastUpdated [ fhir:v "2022-12-20T22:45:21.526+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization>
     ] )
  ] ; # 
  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: Organization OrgHousingAssistanceHubManagement</b></p><a name=\"OrgHousingAssistanceHubManagement\"> </a><a name=\"hcOrgHousingAssistanceHubManagement\"> </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:45:21+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Organization.html\">NDH Organization 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>/OrgHousingAssistanceHubManagement</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">A government agency for social services</span></p><p><b>name</b>: Housing Assistance Hub Management</p><p><b>telecom</b>: ph: 517-332-1234(Work), fax: 1-443-786-1234(Work)</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 410.237.8591(Work)</td></tr></table></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 "OrgHousingAssistanceHubManagement" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:version [ fhir:v "2.0.1" ] ;
       fhir:code [ fhir:v "govt" ] ;
       fhir:display [ fhir:v "Government" ]
     ] ) ;
     fhir:text [ fhir:v "A government agency for social services" ]
  ] ) ; # 
  fhir:name [ fhir:v "Housing Assistance Hub Management"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "517-332-1234" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "fax" ] ;
     fhir:value [ fhir:v "1-443-786-1234" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:extension ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "mon"
           ]
         ] [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "tue"
           ]
         ] [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "wed"
           ]
         ] [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "thu"
           ]
         ] [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "fri"
           ]
         ] [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "sat"
           ]
         ] [
           fhir:url [
             fhir:v "daysOfWeek"^^xsd:anyURI ;
             fhir:l fhir:daysOfWeek
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "sun"
           ]
         ] [
           fhir:url [
             fhir:v "availableStartTime"^^xsd:anyURI ;
             fhir:l fhir:availableStartTime
           ] ;
           fhir:value [
             a fhir:Time ;
             fhir:v "07:00:00"^^xsd:time
           ]
         ] [
           fhir:url [
             fhir:v "availableEndTime"^^xsd:anyURI ;
             fhir:l fhir:availableEndTime
           ] ;
           fhir:value [
             a fhir:Time ;
             fhir:v "18:00:00"^^xsd:time
           ]
         ] ) ;
         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 "410.237.8591" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

