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
@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 "HealthcareService-Social-Towson-Food"] ; #
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 HealthcareService-Social-Towson-Food</b></p><a name=\"HealthcareService-Social-Towson-Food\"> </a><a name=\"hcHealthcareService-Social-Towson-Food\"> </a><a name=\"HealthcareService-Social-Towson-Food-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><blockquote><p><b>NDH New Patients</b></p><ul><li>acceptingPatients: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/AcceptingPatientsCS existptonly}\">Accepting existing patients</span></li><li>fromNetwork: <a href=\"Organization-AcmeofCTStdNet.html\">Organization ACME CT Preferred Provider Network</a></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>http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-group: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/AgeGroupCS adults}\">Adults</span></li></ul></blockquote><p><b>identifier</b>: <code>http://www.ndh.org/identifiers</code>/HealthcareService-Social-Towson-Food</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-Organization-Social-Towson-Food.html\">Towson Food INC</a></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceCategoryCS food}\">Food</span></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 345}\">Food Vouchers</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 548}\">Food Relief/Food/Meals</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 344}\">Food</span></p><p><b>location</b>: <a href=\"Location-Location-Social-Towson-Food.html\">Towson Food INC</a></p><p><b>name</b>: Towson Food INC</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: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 "existptonly" ] ] ) ] ] [
fhir:url [ fhir:v "fromNetwork"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/AcmeofCTStdNet" ] ] ] ) ;
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 "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-group"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/AgeGroupCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "adults" ] ;
fhir:display [ fhir:v "Adults" ] ] ) ] ] ) ;
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 "HealthcareService-Social-Towson-Food" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/Organization-Social-Towson-Food" ] ;
fhir:display [ fhir:v "Towson Food INC" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceCategoryCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "food" ] ;
fhir:display [ fhir:v "Food" ] ] ) ;
fhir:text [ fhir:v "Food" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "345" ] ;
fhir:display [ fhir:v "Food Vouchers" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "548" ] ;
fhir:display [ fhir:v "Food Relief/Food/Meals" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "344" ] ;
fhir:display [ fhir:v "Food" ] ] )
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/Location-Social-Towson-Food" ] ;
fhir:display [ fhir:v "Towson Food INC" ]
] ) ; #
fhir:name [ fhir:v "Towson Food INC"] ; #
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 ]
] ) . #
IG © 2023+ HL7 International / Patient Administration. Package hl7.fhir.us.ndh#1.0.0-ballot based on FHIR 4.0.1. Generated 2024-11-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change