FHIR IG analytics| Package | hl7.fhir.uv.vhdir.r4b |
| Resource Type | Location |
| Id | Location-loc-ws.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location loc-ws
status: Active
name: The W Womens Shelter
telecom: https://exmaple.org/The-W-shelter, ph: 555 administration
address: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA
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": "Location",
"id": "loc-ws",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-location"
]
},
"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"
}
]
}
}
],
"status": "active",
"name": "The W Womens Shelter",
"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 administration"
}
],
"address": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction",
"valueReference": {
"reference": "#restrict"
}
}
],
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "48104",
"country": "USA"
}
}