This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.2.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/us/davinci-pdex-plan-net/StructureDefinition/plannet-Location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: loc-ws</p><p><b>meta</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>"
},
"status" : "active",
"name" : "The W Womens Shelter",
"telecom" : [
{
"system" : "url",
"value" : "https://exmaple.org/The-W-shelter"
},
{
"system" : "phone",
"value" : "555 administration"
}
],
"address" : {
"line" : [
"3300 Washtenaw Avenue, Suite 227"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "48104",
"country" : "USA"
}
}