This page is part of the Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
: Healthcare Organization Example - JSON Representation
Raw json | Download
{
"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://hl7.org.fhir/sid/us-npi",
"value" : "55555555"
}
],
"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"
}
]
}