National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0-ballot - ballot United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: HealthcareServiceHomelessAssistance - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HealthcareServiceHomelessAssistance"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-12-20T19:28:24.671+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-HealthcareService"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-HealthcareService>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService HealthcareServiceHomelessAssistance</b></p><a name=\"HealthcareServiceHomelessAssistance\"> </a><a name=\"hcHealthcareServiceHomelessAssistance\"> </a><a name=\"HealthcareServiceHomelessAssistance-en-US\"> </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: 1; Last updated: 2022-12-20 19:28:24+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-ndapi-HealthcareService.html\">National Directory API HealthcareService 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>NDH Network Reference</b>: <a href=\"Organization-SocialServiceHousingNetwork.html\">Organization Social Service Housing Hub</a></p><blockquote><p><b>NDH New Patients</b></p><ul><li>acceptingPatients: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/AcceptingPatientsCS newpt}\">Accepting</span></li></ul></blockquote><blockquote><p><b>NDH Delivery Method</b></p><ul><li>deliveryMethodtype: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/DeliveryMethodCS physical}\">Physical</span></li></ul></blockquote><blockquote><p><b>NDH HealthcareService or Program Requirement</b></p><ul><li>employment-status: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0066 3}\">Unemployed</span></li></ul></blockquote><p><b>identifier</b>: <code>http://www.ndh.org/identifiers</code>/HealthcareServiceHomelessAssistance</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-OrganizationWelcomeHome.html\">Welcome Home</a></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceCategoryCS housing}\">Housing</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 127}\">Homelessness Support</span></p><p><b>location</b>: <a href=\"Location-LocationWelcomeHome.html\">Welcome Home</a></p><p><b>name</b>: Welcome Home</p><p><b>telecom</b>: ph: 410.237.8592(Work), fax: 1-443-786-1543(Work)</p><p><b>appointmentRequired</b>: false</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 18:00:00</p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "complete" ] ;
fhir:display [ fhir:v "Complete" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-network-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/SocialServiceHousingNetwork" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "acceptingPatients"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/AcceptingPatientsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "newpt" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "deliveryMethodtype"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/DeliveryMethodCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "physical" ] ;
fhir:display [ fhir:v "Physical" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-delivery-method"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "employment-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0066"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Unemployed" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-service-or-program-requirement"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ]     ] ) ;
fhir:system [ fhir:v "http://www.ndh.org/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HealthcareServiceHomelessAssistance" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/OrganizationWelcomeHome" ] ;
fhir:display [ fhir:v "Welcome Home" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceCategoryCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "housing" ] ;
fhir:display [ fhir:v "Housing" ]     ] ) ;
fhir:text [ fhir:v "Housing" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "127" ] ;
fhir:display [ fhir:v "Homelessness Support" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/LocationWelcomeHome" ] ;
fhir:display [ fhir:v "Welcome Home" ]
  ] ) ; # 
  fhir:name [ fhir:v "Welcome Home"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "410.237.8592" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "1-443-786-1543" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:appointmentRequired [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:availableTime ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] [ fhir:v "sat" ] [ fhir:v "sun" ] ) ;
fhir:allDay [ fhir:v "false"^^xsd:boolean ] ;
fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "18:00:00"^^xsd:time ]
  ] ) . #