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 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
Official URL: http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-service-or-program-requirement | Version: 1.0.0 | |||
Standards status: Trial-use | Computable Name: ServiceOrProgramRequirement |
Service or Program requirement indicates whether the program is available to anyone, or only to those meeting certain criteria.
Context of Use
This extension may be used on the following element(s):
HealthcareService
Usage info
Usage:
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet | URI |
Extension.extension:birthsex.value[x] | required | BirthSexhttp://hl7.org/fhir/us/core/ValueSet/birthsex | |
Extension.extension:gender-identity.value[x] | extensible | GenderIdentity ![]() http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1021.32 | |
Extension.extension:employment-status.value[x] | extensible | EmploymentStatusVShttp://hl7.org/fhir/us/ndh/ValueSet/EmploymentStatusVS from this IG | |
Extension.extension:insurance-status.value[x] | extensible | InsuranceStatusVS (a valid code from Insurance Status Code System)http://hl7.org/fhir/us/ndh/ValueSet/InsuranceStatusVS from this IG | |
Extension.extension:preferred-language.value[x] | extensible | CommonLanguageshttp://hl7.org/fhir/ValueSet/languages from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
agerange-or-agegroup | error | Extension | a service or program only allow to have either age-range or age-group but not both : extension('http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-range').empty() or extension('http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-group').empty() or (extension('http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-range').empty() and extension('http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-group').empty()) |