FHIR IG analytics| Package | hl7.fhir.us.ndh.r4b |
| Resource Type | HealthcareService |
| Id | HealthcareService-HealthcareServiceWomenShelterAll.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService HealthcareServiceWomenShelterAll
Last updated: 2023-06-04 13:26:22+0000
NDH Verification Status: Complete
NDH Usage Restriction: Consent: status = active; scope = Directory Privacy Consent; category = Directory Restriction; policyRule = NDH Restriction
identifier: http://example.org/ndh-identifiers/HealthcareServiceWomenShelterAll
active: true
category: Housing
type: Women's shelter
location: The W Womens Shelter
name: Womens shelter
comment: This is an example of a Women's shelter to demonstrate how to restrict entire resource
telecom: ph: 666 wshelter
Generated Narrative: Consent #WomenShelterRestrictionAll
Profile: NDH Base Restriction
status: Active
scope: Directory Privacy
category: Directory Restriction
Policies
Uri http://example.org/federal/policy#womans-shelter policyRule: NDH Restriction
provision
type: Opt Out
Actors
Role Reference information recipient Blue Team @ The W shelter (CareTeam)
{
"resourceType": "HealthcareService",
"id": "HealthcareServiceWomenShelterAll",
"meta": {
"lastUpdated": "2023-06-04T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-HealthcareService"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Consent",
"id": "WomenShelterRestrictionAll",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Restriction"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentScopeNdhCS",
"code": "directory-privacy"
}
],
"text": "Directory Privacy"
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentCategoryNdhCS",
"code": "DRC"
}
],
"text": "Directory Restriction"
}
],
"policy": [
{
"uri": "http://example.org/federal/policy#womans-shelter"
}
],
"policyRule": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentPolicyRulesCS",
"code": "ndh-restriction"
}
]
},
"provision": {
"type": "deny",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP",
"display": "information recipient"
}
]
},
"reference": {
"display": "Blue Team @ The W shelter (CareTeam)"
}
}
]
}
}
],
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
"code": "complete",
"display": "Complete"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-usage-restriction",
"valueReference": {
"reference": "#WomenShelterRestrictionAll"
}
}
],
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "HealthcareServiceWomenShelterAll"
}
],
"active": true,
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category",
"code": "housing",
"display": "Housing"
}
]
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"version": "1.1.1",
"code": "233",
"display": "Abuse"
}
],
"text": "Women's shelter"
}
],
"location": [
{
"reference": "Location/LocationWomenShelterAll",
"display": "The W Womens Shelter"
}
],
"name": "Womens shelter",
"comment": "This is an example of a Women's shelter to demonstrate how to restrict entire resource",
"telecom": [
{
"system": "phone",
"value": "666 wshelter"
}
]
}