HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Organization-organization-ecr-salem-medical-center

Raw json

{
  "resourceType" : "Organization",
  "id" : "organization-ecr-salem-medical-center",
  "meta" : {
    "versionId" : "16",
    "lastUpdated" : "2019-10-05T03:15:41.000-04:00",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\">\n         <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n            <tr>\n               <td style=\"font-weight: bold\">id</td>\n               <td>\n                  <div title=\"id\">organization-ecr-salem-medical-center</div> \n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">meta</td>\n               <td>\n                  <table>\n                     <tr>\n                        <td style=\"font-weight: bold\">versionId</td>\n                        <td>\n                           <div title=\"versionId\">16</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">lastUpdated</td>\n                        <td>\n                           <div title=\"lastUpdated\">2019-10-05T03:15:41.000-04:00</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">profile</td>\n                        <td>\n                           <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization</div> \n                        </td>\n                     </tr>\n                  </table>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">identifier</td>\n               <td>\n                  <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                     <li>\n                        <div title=\"system\">\n                           <a href=\"http://hl7.org.fhir/sid/us-npi\">http://hl7.org.fhir/sid/us-npi</a>\n                        </div>\n                     </li>\n                     <li>\n                        <div title=\"value\">55555555</div> \n                     </li>\n                  </ul>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">active</td>\n               <td>\n                  <div title=\"active\">true</div> \n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">type</td>\n               <td>\n                  <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                     <li>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                           <li>\n                              <div title=\"display\">Outpatient facility</div>  (<div title=\"code\">OF</div> )\n          </li>\n                           <li>\n                              <div title=\"system\">\n                                 <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">http://terminology.hl7.org/CodeSystem/v3-RoleCode</a>\n                              </div>\n                           </li>\n                        </ul>\n                     </li>\n                  </ul>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">name</td>\n               <td>\n                  <div title=\"name\">Salem Medical Center</div> \n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">telecom</td>\n               <td>\n                  <table>\n                     <tr>\n                        <td style=\"font-weight: bold\">system</td>\n                        <td>\n                           <div title=\"system\">phone</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">value</td>\n                        <td>\n                           <div title=\"value\">+1-555-555-1111</div> \n                        </td>\n                     </tr>\n                  </table>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">telecom</td>\n               <td>\n                  <table>\n                     <tr>\n                        <td style=\"font-weight: bold\">system</td>\n                        <td>\n                           <div title=\"system\">email</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">value</td>\n                        <td>\n                           <div title=\"value\">mail@salemmedicalcenter.com</div> \n                        </td>\n                     </tr>\n                  </table>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"font-weight: bold\">address</td>\n               <td>\n                  <table>\n                     <tr>\n                        <td style=\"font-weight: bold\">line</td>\n                        <td>\n                           <div title=\"line\">22222 Health Authority Drive</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">city</td>\n                        <td>\n                           <div title=\"city\">Ann Arbor</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">state</td>\n                        <td>\n                           <div title=\"state\">MI</div> \n                        </td>\n                     </tr>\n                     <tr>\n                        <td style=\"font-weight: bold\">postalCode</td>\n                        <td>\n                           <div title=\"postalCode\">99999</div> \n                        </td>\n                     </tr>\n                  </table>\n               </td>\n            </tr>\n         </table>\n      </div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "55555555"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "OF",
          "display" : "Outpatient facility"
        }
      ]
    }
  ],
  "name" : "Salem Medical Center",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-1111"
    },
    {
      "system" : "email",
      "value" : "mail@salemmedicalcenter.com"
    }
  ],
  "address" : [
    {
      "line" : [
        "22222 Health Authority Drive"
      ],
      "city" : "Ann Arbor",
      "state" : "MI",
      "postalCode" : "99999"
    }
  ]
}