Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Location",
"id" : "Example1",
"meta" : {
"lastUpdated" : "2020-08-07T04:54:05.457+05:30",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"🔗 ,
"https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-location-profile"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-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\">Last updated: 2020-08-07 04:54:05+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-location.html\">US Core Location Profile</a>, <a href=\"StructureDefinition-athena-location-profile.html\">Details and position information for a physical place</a></p></div><p><b>identifier</b>: Unspecified Identifier/Example1</p><p><b>status</b>: Inactive</p><p><b>name</b>: WC</p><p><b>description</b>: Westside Clinic</p><p><b>telecom</b>: ph: 12344556782222(Work), ph: 98765432101111, fax: 1234567890, <a href=\"mailto:wc@mail.com\">wc@mail.com</a></p><p><b>address</b>: Address Line 1 WC Address Line 2 WC MIlwaukee WI 52301 US </p><p><b>managingOrganization</b>: <a href=\"Organization-Example1.html\">Organization Main Health System</a></p><p><b>partOf</b>: <a href=\"Location/0\">Location/0</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "U",
"display" : "Unspecified Identifier"
}
],
"text" : "Unspecified Identifier"
},
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/LocationId/Training",
"value" : "Example1"
}
],
"status" : "inactive",
"_status" : {
"extension" : [
{
"url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
"valueCoding" : {
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/locstatus",
"code" : "O",
"display" : "Inactive"
}
}
]
},
"name" : "WC",
"description" : "Westside Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "12344556782222",
"use" : "work"
},
{
"system" : "phone",
"value" : "98765432101111"
},
{
"system" : "fax",
"value" : "1234567890"
},
{
"system" : "email",
"value" : "wc@mail.com"
}
],
"address" : {
"line" : [
"Address Line 1 WC",
"Address Line 2 WC"
],
"city" : "MIlwaukee",
"state" : "WI",
"postalCode" : "52301",
"country" : "US"
},
"managingOrganization" : {
🔗 "reference" : "Organization/Example1"
},
"partOf" : {
"reference" : "Location/0"
}
}