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

FHIR IG Statistics: CodeSystem/CSPHQ9

Packagehl7.fhir.uv.sdc.r4b
TypeCodeSystem
IdCSPHQ9
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-CSPHQ9.html
URLhttp://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9
Version3.0.0
Statusdraft
Date2022-03-08T18:37:19+00:00
NameCodeSystemCSPHQ9
Realmuv
Authorityhl7
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9 defines the following codes:

CodeDisplay
Not-at-all Not at all
Several-days Several days
More than half the days More than half the days
Nearly every day Nearly every day

Source

{
  "resourceType": "CodeSystem",
  "id": "CSPHQ9",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/CSPHQ9",
  "version": "3.0.0",
  "name": "CodeSystemCSPHQ9",
  "status": "draft",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "Not-at-all",
      "display": "Not at all"
    },
    {
      "code": "Several-days",
      "display": "Several days"
    },
    {
      "code": "More than half the days",
      "display": "More than half the days"
    },
    {
      "code": "Nearly every day",
      "display": "Nearly every day"
    }
  ]
}