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

FHIR IG Statistics: CodeSystem/codesystem-exclude

Packagehl7.fhir.uv.tx-ecosystem
Resource TypeCodeSystem
Idcodesystem-exclude
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/tx-ecosystem
URLhttp://hl7.org/fhir/test/CodeSystem/exclude
Statusactive
NameExcludeTestSystem
Realmuv
Authorityhl7
Contentcomplete

Resources that use this resource

ValueSet
excludeExcludeTest

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "http://hl7.org/fhir/test/CodeSystem/exclude",
  "name": "ExcludeTestSystem",
  "status": "active",
  "experimental": false,
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/test/ValueSet/exclude",
  "content": "complete",
  "concept": [
    {
      "code": "individual",
      "display": "Individual",
      "definition": "An individual report that provides information on the performance for a given measure with respect to a single subject."
    },
    {
      "code": "subject-list",
      "display": "Subject List",
      "definition": "A subject list report that includes a listing of subjects that satisfied each population criteria in the measure."
    },
    {
      "code": "summary",
      "display": "Summary",
      "definition": "A summary report that returns the number of members in each population criteria for the measure."
    },
    {
      "code": "data-exchange",
      "display": "Data Exchange",
      "definition": "A data exchange report that contains data-of-interest for the measure (i.e. data that is needed to calculate the measure)"
    }
  ]
}