This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Research Content IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "example-healthcare-org",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Health Care Organization</p> \n </div>"
},
"identifier" : [
{
"system" : "http://example.healthcare.org/fhir",
"value" : "1063494177"
}
],
"active" : true,
"name" : "Example Healthcare Organization",
"telecom" : [
{
"system" : "phone",
"value" : "(917)932-2000",
"use" : "work"
}
],
"address" : [
{
"text" : "3300 Mayland Avenue, Suite 227 Altanta GA",
"line" : [
"4401 Peach Rd,"
],
"city" : "Atlanta",
"state" : "GA",
"postalCode" : "81452"
}
],
"endpoint" : [
{
"reference" : "Endpoint/example-healthcare-endpoint"
}
]
}