National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0-current - ci-build United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: Example Rated Hospital

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ExampleHospitalRating",
  "meta" : {
    "lastUpdated" : "2024-06-01T12:00:00.000Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "ratingType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/ndh-example-rating-type",
                "code" : "cms-care-compare-hospital-overall"
              }
            ]
          }
        },
        {
          "url" : "ratingValue",
          "valueQuantity" : {
            "value" : 4,
            "unit" : "stars"
          }
        },
        {
          "extension" : [
            {
              "url" : "ratingSystem",
              "valueUrl" : "https://www.medicare.example.com/care-compare/"
            },
            {
              "url" : "ratingType",
              "valueUrl" : "https://www.medicare.example.com/care-compare/resources/hospital/overall-star-rating/"
            },
            {
              "url" : "ratingValue",
              "valueString" : "Composite of multiple domains/measures per CMS methodology"
            }
          ],
          "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-rating-details"
        },
        {
          "extension" : [
            {
              "url" : "ratingSystem",
              "valueUrl" : "https://www.medicare.example.com/care-compare/"
            },
            {
              "url" : "ratingType",
              "valueUrl" : "http://example.com/cms-care-compare/rating-component/safety"
            },
            {
              "url" : "ratingValue",
              "valueQuantity" : {
                "value" : 5,
                "unit" : "stars"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-rating-details"
        },
        {
          "extension" : [
            {
              "url" : "ratingSystem",
              "valueUrl" : "https://www.medicare.example.com/care-compare/"
            },
            {
              "url" : "ratingType",
              "valueUrl" : "http://example.com/cms-care-compare/rating-component/readmission"
            },
            {
              "url" : "ratingValue",
              "valueQuantity" : {
                "value" : 4,
                "unit" : "stars"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-rating-details"
        },
        {
          "extension" : [
            {
              "url" : "ratingSystem",
              "valueUrl" : "https://www.medicare.example.com/care-compare/"
            },
            {
              "url" : "ratingType",
              "valueUrl" : "http://example.com/cms-care-compare/rating-component/patient-experience"
            },
            {
              "url" : "ratingValue",
              "valueQuantity" : {
                "value" : 4,
                "unit" : "stars"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-rating-details"
        }
      ],
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-rating"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhOrgTypeCS",
          "code" : "fac",
          "display" : "Facility"
        }
      ]
    }
  ],
  "name" : "Example Rated Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(111)-222-3333",
      "rank" : 2
    },
    {
      "system" : "url",
      "value" : "https://www.examplehospital.com",
      "rank" : 1
    }
  ],
  "address" : [
    {
      "line" : [
        "123 Main Street"
      ],
      "city" : "Anytown",
      "state" : "CT",
      "postalCode" : "00014-1234"
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "(111)-222-3333",
          "rank" : 1
        }
      ]
    }
  ]
}