1.0.0 - release
NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "LocationComplete",
"meta" : {
"profile" : [
🔗 "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSLocation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationComplete</b></p><a name=\"LocationComplete\"> </a><a name=\"hcLocationComplete\"> </a><a name=\"LocationComplete-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NJSAMSLocation.html\">NJSAMSLocation</a></p></div><p><b>identifier</b>: <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/LicenseNo</code>/1234567</p><p><b>status</b>: Active</p><p><b>name</b>: integrity house</p><p><b>telecom</b>: ph: 123-456-7890</p><p><b>address</b>: 1234 Seasame Street Trenton NJ 01239 </p><p><b>managingOrganization</b>: <a href=\"Organization-OrganizationComplete.html\">Organization Dasie Test Agency</a></p></div>"
},
"identifier" : [
{
"system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/LicenseNo",
"value" : "1234567"
}
],
"status" : "active",
"name" : "integrity house",
"telecom" : [
{
"extension" : [
{
"url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/ContactName",
"valueHumanName" : {
"text" : "John Doe"
}
}
],
"system" : "phone",
"value" : "123-456-7890"
}
],
"address" : {
"line" : [
"1234 Seasame Street"
],
"city" : "Trenton",
"district" : "Mercer",
"state" : "NJ",
"postalCode" : "01239"
},
"managingOrganization" : {
🔗 "reference" : "Organization/OrganizationComplete"
}
}