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

FHIR IG Statistics: ValueSet/pa-diagnosticreport-status

Packagehl7.fhir.us.physical-activity
TypeValueSet
Idpa-diagnosticreport-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/physical-activity/https://build.fhir.org/ig/HL7/physical-activity/ValueSet-pa-diagnosticreport-status.html
URLhttp://hl7.org/fhir/us/physical-activity/ValueSet/pa-diagnosticreport-status
Version1.0.1
Statusactive
Date2024-03-12T17:26:10+00:00
NamePADiagnosticReportStatus
TitlePA DiagnosticReport Statuses
Realmus
Authorityhl7
DescriptionCodes for DiagnosticReport.status for reports that are appropriate for exchange for physical activity purposes. Excludes non-completed and unknown-status Observations. Entered-in-error is retained to allow correction of previously shared results that should not have existed.

Resources that use this resource

StructureDefinition
pa-diagnosticreportPA Intervention Report

Resources that this resource uses

No resources found


Narrative

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

  • Include these codes as defined in http://hl7.org/fhir/diagnostic-report-status
    CodeDisplayDefinition
    partialPartialThis is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified.
    preliminaryPreliminaryVerified early results are available, but not all results are final.
    finalFinalThe report is complete and verified by an authorized person.
    amendedAmendedSubsequent to being final, the report has been modified. This includes any change in the results, diagnosis, narrative text, or other content of a report that has been issued.
    correctedCorrectedSubsequent to being final, the report has been modified to correct an error in the report or referenced results.
    appendedAppendedSubsequent to being final, the report has been modified by adding new content. The existing content is unchanged.
    entered-in-errorEntered in ErrorThe report has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".).

Source

{
  "resourceType": "ValueSet",
  "id": "pa-diagnosticreport-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-diagnosticreport-status",
  "version": "1.0.1",
  "name": "PADiagnosticReportStatus",
  "title": "PA DiagnosticReport Statuses",
  "status": "active",
  "experimental": false,
  "date": "2024-03-12T17:26:10+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "Codes for DiagnosticReport.status for reports that are appropriate for exchange for physical activity purposes.  Excludes non-completed and unknown-status Observations.  Entered-in-error is retained to allow correction of previously shared results that should not have existed.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/diagnostic-report-status",
        "concept": [
          {
            "code": "partial"
          },
          {
            "code": "preliminary"
          },
          {
            "code": "final"
          },
          {
            "code": "amended"
          },
          {
            "code": "corrected"
          },
          {
            "code": "appended"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}