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

FHIR IG Statistics: CodeSystem/us-ph-response-message-processing-status

Packagehl7.fhir.us.medmorph
TypeCodeSystem
Idus-ph-response-message-processing-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph/https://build.fhir.org/ig/HL7/fhir-medmorph/CodeSystem-us-ph-response-message-processing-status.html
URLhttp://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-response-message-processing-status
Version1.0.0
Statusactive
Date2020-09-06
NameUSPublicHealthResponseMessageProcessingStatus
TitleUS Public Health CodeSystem for Response Message Processing Status Codes
Realmus
Authorityhl7
DescriptionThe US Public Health Response Message Processing Status CodeSystem is a 'starter set' of codes supported for identifying response message processing status codes.
Contentcomplete

Resources that use this resource

ValueSet
us-ph-response-message-processing-status-codesUS Public Health Response Message Processing Status Codes

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/medmorph/CodeSystem/us-ph-response-message-processing-status defines the following codes:

CodeDisplayDefinition
RRVS1 Reportable data sent from clinical care to PHA.Reportable - the triggered condition was determined to be reportable for responsible jurisdiction on the basis of appropriate authoring jurisdiction rules.
RRVS2 Data sent from clinical care to PHA may be reportable.May be reportable - the triggered condition may be reportable, but a full disposition was not achieved
RRVS3 Data sent from clinical care to PHA is not reportable.Not reportable - all data needed for rule were available, but the condition was not determined to be reportable for the responsible jurisdiction on the basis of appropriate authoring jurisdiction rules.
RRVS4 No Reporting rule met for the data sent from clinical care to PHA.No reporting rule met – no reporting rule was completely met because needed data were not available or all needed data were available but did not meet reporting requirements.

Source

{
  "resourceType": "CodeSystem",
  "id": "us-ph-response-message-processing-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-response-message-processing-status",
  "version": "1.0.0",
  "name": "USPublicHealthResponseMessageProcessingStatus",
  "title": "US Public Health CodeSystem for Response Message Processing Status Codes",
  "status": "active",
  "experimental": true,
  "date": "2020-09-06",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "The US Public Health Response Message Processing Status CodeSystem is a 'starter set' of codes supported for identifying response message processing status codes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-response-message-processing-status-codes",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "RRVS1",
      "display": "Reportable data sent from clinical care to PHA.",
      "definition": "Reportable - the triggered condition was determined to be reportable for responsible jurisdiction on the basis of appropriate authoring jurisdiction rules."
    },
    {
      "code": "RRVS2",
      "display": "Data sent from clinical care to PHA may be reportable.",
      "definition": "May be reportable - the triggered condition may be reportable, but a full disposition was not achieved"
    },
    {
      "code": "RRVS3",
      "display": "Data sent from clinical care to PHA is not reportable.",
      "definition": "Not reportable - all data needed for rule were available, but the condition was not determined to be reportable for the responsible jurisdiction on the basis of appropriate authoring jurisdiction rules."
    },
    {
      "code": "RRVS4",
      "display": "No Reporting rule met for the data sent from clinical care to PHA.",
      "definition": "No reporting rule met – no reporting rule was completely met because needed data were not available or all needed data were available but did not meet reporting requirements."
    }
  ]
}