US Quality Core Implementation Guide
1.0.0-ballot - STU 1 - ballot United States of America flag

US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-quality-core/ and changes regularly. See the Directory of published versions

: Hospital Organization example

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "example-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-organization"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-1</b></p><a name=\"example-1\"> </a><a name=\"hcexample-1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-organization.html\">US Quality Core Organization</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1285243618\u00a0(use:\u00a0temp,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Example Hospital</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-0100\">+1-555-555-0100</a>, fax: +1-555-555-0101, <a href=\"mailto:staff@example.org\">staff@example.org</a></p><p><b>address</b>: 700 Example Hospital Way Example City VA 99999 US </p></div>"
  },
  "identifier" : [
    {
      "use" : "temp",
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1285243618"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Example Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-0100"
    },
    {
      "system" : "fax",
      "value" : "+1-555-555-0101"
    },
    {
      "system" : "email",
      "value" : "staff@example.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "700 Example Hospital Way"
      ],
      "city" : "Example City",
      "state" : "VA",
      "postalCode" : "99999",
      "country" : "US"
    }
  ]
}