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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LocationWomenShelterAll"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-06-04T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-Location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-Location> ] )
] ; #
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: Location LocationWomenShelterAll</b></p><a name=\"LocationWomenShelterAll\"> </a><a name=\"hcLocationWomenShelterAll\"> </a><a name=\"LocationWomenShelterAll-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\">Last updated: 2023-06-04 13:26:22+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-ndapi-Location.html\">National Directory API Location 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 Usage Restriction</b>: <a href=\"#hcLocationWomenShelterAll/WomenShelterRestrictionAll\">Consent: status = active; scope = Directory Privacy Consent; category = Directory Restriction; policyRule = NDH Restriction</a></p><p><b>identifier</b>: <code>http://www.ndh.org/identifiers</code>/LocationWomenShelter</p><p><b>status</b>: Active</p><p><b>name</b>: The W Womens Shelter</p><p><b>telecom</b>: ph: 666 administration</p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA </p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Consent #WomenShelterRestrictionAll</b></p><a name=\"LocationWomenShelterAll/WomenShelterRestrictionAll\"> </a><a name=\"hcLocationWomenShelterAll/WomenShelterRestrictionAll\"> </a><a name=\"LocationWomenShelterAll/WomenShelterRestrictionAll-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/ConsentScopeNdhCS directory-privacy}\">Directory Privacy</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/ConsentCategoryNdhCS DRC}\">Directory Restriction</span></p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/federal/policy#womans-shelter\">http://example.org/federal/policy#womans-shelter</a></td></tr></table><p><b>policyRule</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/ConsentPolicyRulesCS ndh-restriction}\">NDH Restriction</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}\">information recipient</span></td><td>Blue Team @ The W shelter (CareTeam)</td></tr></table></blockquote></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Consent ;
fhir:id [ fhir:v "WomenShelterRestrictionAll" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Restriction"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Restriction> ] ) ] ;
fhir:status [ fhir:v "active" ] ;
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentScopeNdhCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "directory-privacy" ] ] ) ;
fhir:text [ fhir:v "Directory Privacy" ] ] ;
( fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentCategoryNdhCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DRC" ] ] ) ;
fhir:text [ fhir:v "Directory Restriction" ] ] ) ;
( fhir:policy [
fhir:uri [ fhir:v "http://example.org/federal/policy#womans-shelter"^^xsd:anyURI ] ] ) ;
fhir:policyRule [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentPolicyRulesCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ndh-restriction" ] ] ) ] ;
fhir:provision [
fhir:type [ fhir:v "deny" ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IRCP" ] ;
fhir:display [ fhir:v "information recipient" ] ] ) ] ;
fhir:reference [
fhir:display [ fhir:v "Blue Team @ The W shelter (CareTeam)" ] ] ] ) ]
] ) ; #
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-usage-restriction"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#WomenShelterRestrictionAll" ] ]
] ) ; #
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 "LocationWomenShelter" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "The W Womens Shelter"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "666 administration" ]
] ) ; #
fhir:address [
( fhir:line [ fhir:v "3300 Washtenaw Avenue, Suite 227" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48104" ] ;
fhir:country [ fhir:v "USA" ]
] . #
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