FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/intended-care-setting-codes

Packagegov.healthit.ecqi.ecqms.subset
Resource TypeCodeSystem
Idintended-care-setting-codes
FHIR VersionR4
Sourcehttp://ecqi.healthit.gov/ecqms/subset/https://build.fhir.org/ig/cqframework/ecqm-content-qicore-2024-subset/CodeSystem-intended-care-setting-codes.html
URLhttp://terminology.hl7.org/CodeSystem/intended-care-setting-codes
Version1.0.0
Statusactive
Date2025-06-16T21:06:21+00:00
NameIntendedCareSettingCodes
TitleIntended Care Setting Codes
DescriptionCodes that identify the intended care setting for a knowledge artifact such as a quality measure or decision support rule. The intended care setting characterizes the types of information that are expected to be available to be used by the logic, such as hospital, clinic, or laboratory.
Contentcomplete

Resources that use this resource

ValueSet
intended-care-settingIntended Care Setting

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem intended-care-setting-codes

Profile: http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/intended-care-setting-codes defines the following codes:

CodeDisplayDefinition
hospital HospitalHospital systems containing detailed clinical information about the delivery of care in an inpatient setting.
clinic ClinicClinic systems containing detailed clinical information about the delivery of care in an outpatient setting.

Source

{
  "resourceType": "CodeSystem",
  "id": "intended-care-setting-codes",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/intended-care-setting-codes",
  "version": "1.0.0",
  "name": "IntendedCareSettingCodes",
  "title": "Intended Care Setting Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-06-16T21:06:21+00:00",
  "publisher": "Clinical Quality Information Workgroup",
  "description": "Codes that identify the intended care setting for a knowledge artifact such as a quality measure or decision support rule. The intended care setting characterizes the types of information that are expected to be available to be used by the logic, such as hospital, clinic, or laboratory.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/intended-care-setting",
  "content": "complete",
  "concept": [
    {
      "code": "hospital",
      "display": "Hospital",
      "definition": "Hospital systems containing detailed clinical information about the delivery of care in an inpatient setting."
    },
    {
      "code": "clinic",
      "display": "Clinic",
      "definition": "Clinic systems containing detailed clinical information about the delivery of care in an outpatient setting."
    }
  ]
}