FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions
: St Michael Multi-Speciality Clinic - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "Ambulatory",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2020-08-09T18:59:03.303Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"Ambulatory\"> </a></p><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\">Resource Organization "Ambulatory" Version "2" Updated "2020-08-09 18:59:03+0000" </p></div><p><b>identifier</b>: id:\u00a01407071236</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: St Michael Multi-Specialty Clinic</p><p><b>telecom</b>: ph: (+1) 913-666-7777, <a href=\"mailto:customer-service@St-Michael-Multi-specialty-clinic.org\">customer-service@St-Michael-Multi-specialty-clinic.org</a></p><p><b>address</b>: 6666 135th St, Suite 227 Overland Park KS 66223 USA </p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1407071236"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "St Michael Multi-Specialty Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 913-666-7777"
},
{
"system" : "email",
"value" : "customer-service@St-Michael-Multi-specialty-clinic.org"
}
],
"address" : [
{
"line" : [
"6666 135th St, Suite 227"
],
"city" : "Overland Park",
"state" : "KS",
"postalCode" : "66223",
"country" : "USA"
}
]
}