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

FHIR IG Statistics: CodeSystem/ForecastStatus

Packagehl7.fhir.us.immds
TypeCodeSystem
IdForecastStatus
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/immds/http://hl7.org/fhir/us/immds/STU1/CodeSystem-ForecastStatus.html
URLhttp://hl7.org/fhir/us/immds/CodeSystem/ForecastStatus
Version1.0.0
Statusactive
Date2021-06-25T15:58:22+10:00
NameForecastStatus
TitleForecast Status
Realmus
Authorityhl7
DescriptionA set of forecast statuses.
Contentcomplete

Resources that use this resource

ValueSet
ForecastStatusForecast Status

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/us/immds/CodeSystem/ForecastStatus defines the following codes:

CodeDisplayDefinition
complete CompleteThe patient series is complete
notComplete Not CompleteThe patient series is incomplete
notRecommended Not RecommendedThe patient is not recommended
immune ImmuneThe patient is considered immune and therefore does not require vaccination
contraindicated ContraindicatedThe patient is contraindicated for the vaccine
agedOut Aged OutThe patient is past the recommendated maximum age for vaccination
conditional ConditionalThe patient may be recommended for vaccination depending on other attributes

Source

{
  "resourceType": "CodeSystem",
  "id": "ForecastStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/immds/CodeSystem/ForecastStatus",
  "version": "1.0.0",
  "name": "ForecastStatus",
  "title": "Forecast Status",
  "status": "active",
  "date": "2021-06-25T15:58:22+10:00",
  "publisher": "HL7 Public Health Work Group",
  "contact": [
    {
      "name": "HL7 Public Health Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    },
    {
      "name": "Nathan Bunker",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:nbunker@immregistry.org"
        }
      ]
    }
  ],
  "description": "A set of forecast statuses.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "complete",
      "display": "Complete",
      "definition": "The patient series is complete"
    },
    {
      "code": "notComplete",
      "display": "Not Complete",
      "definition": "The patient series is incomplete"
    },
    {
      "code": "notRecommended",
      "display": "Not Recommended",
      "definition": "The patient is not recommended"
    },
    {
      "code": "immune",
      "display": "Immune",
      "definition": "The patient is considered immune and therefore does not require vaccination"
    },
    {
      "code": "contraindicated",
      "display": "Contraindicated",
      "definition": "The patient is contraindicated for the vaccine"
    },
    {
      "code": "agedOut",
      "display": "Aged Out",
      "definition": "The patient is past the recommendated maximum age for vaccination"
    },
    {
      "code": "conditional",
      "display": "Conditional",
      "definition": "The patient may be recommended for vaccination depending on other attributes"
    }
  ]
}