{
  "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
    }]
  }]
}