This page is part of the Validated Healthcare Directory FHIR IG (v0.1.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) v3.2.0. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "loc-ws",
"meta" : {
"profile" : [
"http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>contained</b>: </p><p><b>status</b>: ACTIVE</p><p><b>name</b>: The W Womens Shelter</p><p><b>telecom</b>: https://exmaple.org/The-W-shelter, ph: 555 administration</p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA </p></div>"
},
"contained" : [
{
"resourceType" : "Consent",
"id" : "restrict",
"meta" : {
"profile" : [
"http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-restriction"
]
},
"status" : "active",
"scope" : "privacy",
"category" : [
{
"text" : "conditional release (per DUA)"
}
],
"patient" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unsupported"
}
],
"display" : "not a patient consent"
},
"dateTime" : "2017-12-18",
"policy" : [
{
"uri" : "http://example.org/federal/policy#womans-shelter"
}
],
"provision" : {
"type" : "permit",
"actor" : [
{
"role" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/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/ig/vhdir/StructureDefinition/usage-restriction",
"valueReference" : {
"reference" : "#restrict"
}
}
],
"system" : "phone",
"value" : "555 administration"
}
],
"address" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/ig/vhdir/StructureDefinition/usage-restriction",
"valueReference" : {
"reference" : "#restrict"
}
}
],
"line" : [
"3300 Washtenaw Avenue, Suite 227"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "48104",
"country" : "USA"
}
}