This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, 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-Hope-CBO"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-06-29T22:45:21.526+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndhEx-HealthcareService"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndhEx-HealthcareService> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"HealthcareService-Social-Hope-CBO\"> </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 HealthcareService "HealthcareService-Social-Hope-CBO" Version "1" Updated "2023-06-29 22:45:21+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndhEx-HealthcareService.html\">NDH Exchange HealthcareService Profile</a></p></div><p><b>NDH Verification Status</b>: Complete <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-NdhVerificationStatusCS.html\">NDH Resource Instance Verification Status Code System</a>#complete)</span></p><blockquote><p><b>NDH New Patients</b></p><blockquote><p><b>url</b></p><code>acceptingPatients</code></blockquote><p><b>value</b>: Accepting existing patients <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-AcceptingPatientsCS.html\">Accepting Patients Codes Code System</a>#existptonly)</span></p><blockquote><p><b>url</b></p><code>fromNetwork</code></blockquote><p><b>value</b>: <a href=\"Organization-AcmeofCTStdNet.html\">Organization/AcmeofCTStdNet</a> "ACME CT Preferred Provider Network"</p></blockquote><blockquote><p><b>NDH Delivery Method</b></p><blockquote><p><b>url</b></p><code>deliveryMethodtype</code></blockquote><p><b>value</b>: Physical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DeliveryMethodCS.html\">Delivery Methods Code System</a>#physical)</span></p></blockquote><blockquote><p><b>NDH HealthcareService or Program Requirement</b></p><blockquote><p><b>url</b></p><code>age-group</code></blockquote><p><b>value</b>: Adults <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-AgeGroupCS.html\">Age Range Code System</a>#adults)</span></p></blockquote><p><b>identifier</b>: id: HealthcareService-Social-Hope-CBO</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-Organization-Social-Hope-CBO.html\">Organization/Organization-Social-Hope-CBO: HOPE INC</a> "Hope INC"</p><p><b>category</b>: group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HealthcareServiceCategoryCS.html\">Healthcare Service Category Code System</a>#food "Food")</span></p><p><b>location</b>: <a href=\"Location-Location-Social-Hope-CBO.html\">Location/Location-Social-Hope-CBO: HOPE INC</a> "HOPE FOOD DISPENSARY OF GREATER BALTIMORE"</p><p><b>name</b>: HOPE INC</p><p><b>telecom</b>: ph: 410.237.8591(WORK), fax: 1-443-786-1542(WORK)</p><p><b>appointmentRequired</b>: false</p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td style=\"display: none\">*</td><td>mon, tue, wed, thu, fri, sat, sun</td><td>false</td><td>06:00:00</td><td>18:00:00</td></tr></table></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 "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-Hope-CBO" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/Organization-Social-Hope-CBO" ] ;
fhir:display [ fhir:v "HOPE 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 "group" ]
] ) ; #
fhir:location ( [
fhir:reference [ fhir:v "Location/Location-Social-Hope-CBO" ] ;
fhir:display [ fhir:v "HOPE INC" ]
] ) ; #
fhir:name [ fhir:v "HOPE INC"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "410.237.8591" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "1-443-786-1542" ] ;
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 "06:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "18:00:00"^^xsd:time ]
] ) . #
IG © 2023+ HL7 International - Patient Administration Work Group. Package hl7.fhir.us.ndh#1.0.0-ballot based on FHIR 4.0.1. Generated 2023-07-30
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change