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-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/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-Hope-CBO</b></p><a name=\"HealthcareService-Social-Hope-CBO\"> </a><a name=\"hcHealthcareService-Social-Hope-CBO\"> </a><a name=\"HealthcareService-Social-Hope-CBO-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: 2023-06-29 22:45:21+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 HealthcareService or Program Requirement</b></p><ul><li>birthsex: F</li><li>http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-range: 18-65 years</li></ul></blockquote><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><p><b>identifier</b>: <code>http://www.ndh.org/identifiers</code>/HealthcareService-Social-Hope-CBO</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-Organization-Social-Hope-CBO.html\">HOPE INC</a></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceCategoryCS food}\">group</span></p><p><b>location</b>: <a href=\"Location-Location-Social-Hope-CBO.html\">HOPE INC</a></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><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>: 06: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 "birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-range"^^xsd:anyURI ] ;
fhir:value [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "18"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ] ] ;
fhir:high [
fhir:value [ fhir:v "65"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ] ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-service-or-program-requirement"^^xsd:anyURI ]
] [
( 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: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. 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