FHIR IG analytics| Package | hl7.fhir.uv.vhdir |
| Resource Type | HealthcareService |
| Id | HealthcareService-hcs-ws.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService hcs-ws
active: true
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 multiple contents
telecom: https://exmaple.org/The-W-shelter, ph: 555 wshelter
Generated Narrative: Consent #restrict
status: Active
scope: Direct Referral use only
category: conditional release (per DUA)
dateTime: 2017-12-18
Policies
Uri http://example.org/federal/policy#womans-shelter provision
type: Opt In
Actors
Role Reference information recipient Blue Team @ The W shelter (CareTeam) action: specific value
securityLabel: [not stated] : womens-abuse-councellors
purpose: [not stated] : Women's Shelter
{
"resourceType": "HealthcareService",
"id": "hcs-ws",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Consent",
"id": "restrict",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction"
]
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/vhdir/CodeSystem/consent",
"code": "protect",
"display": "Protect"
}
],
"text": "Direct Referral use only"
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "57016-8",
"display": "Privacy policy acknowledgment Document"
}
],
"text": "conditional release (per DUA)"
}
],
"dateTime": "2017-12-18",
"policy": [
{
"uri": "http://example.org/federal/policy#womans-shelter"
}
],
"provision": {
"type": "permit",
"actor": [
{
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "IRCP",
"display": "information recipient"
}
]
},
"reference": {
"display": "Blue Team @ The W shelter (CareTeam)"
}
}
],
"action": [
{
"text": "specific value"
}
],
"securityLabel": [
{
"display": "womens-abuse-councellors"
}
],
"purpose": [
{
"display": "Women's Shelter"
}
]
}
}
],
"active": true,
"type": [
{
"text": "Women's shelter"
}
],
"location": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction",
"valueReference": {
"reference": "#restrict"
}
}
],
"reference": "Location/loc-ws",
"display": "The W Womens Shelter"
}
],
"name": "Womens shelter",
"comment": "This is an example of a Women's shelter to demonstrate how to restrict multiple contents",
"telecom": [
{
"system": "url",
"value": "https://exmaple.org/The-W-shelter"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction",
"valueReference": {
"reference": "#restrict"
}
}
],
"system": "phone",
"value": "555 wshelter"
}
]
}