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

FHIR IG Statistics: ValueSet/valueset-status-obs-it

Packagehl7.fhir.it.lab-report
TypeValueSet
Idvalueset-status-obs-it
FHIR VersionR4
Sourcehttp://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/ValueSet-valueset-status-obs-it.html
URLhttp://hl7.it/fhir/lab-report/ValueSet/valueset-status-obs-it
Version0.2.0
Statusactive
Date2024-03-08T09:39:30+01:00
NameObservationStatusCodeLabReport
TitleObservation status code
Realmit
Authorityhl7
DescriptionValueset contenente i codici di di stato per la risorsa Observation Document - Lab Report.

Resources that use this resource

StructureDefinition
observation-doc-it-labObservation Document - Lab Report

Resources that this resource uses

No resources found


Narrative

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

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://hl7.org/fhir/observation-status
    CodeDisplayDefinition
    registeredRegisteredThe existence of the observation is registered, but there is no result yet available.
    cancelledCancelledThe observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.
    entered-in-errorEntered in ErrorThe observation has been withdrawn following 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": "valueset-status-obs-it",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.it/fhir/lab-report/ValueSet/valueset-status-obs-it",
  "version": "0.2.0",
  "name": "ObservationStatusCodeLabReport",
  "title": "Observation status code",
  "status": "active",
  "experimental": false,
  "date": "2024-03-08T09:39:30+01:00",
  "publisher": "HL7 Italia",
  "contact": [
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    },
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    }
  ],
  "description": "Valueset contenente i codici di di stato per la risorsa Observation Document - Lab Report.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT",
          "display": "Italy"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/observation-status"
      }
    ],
    "exclude": [
      {
        "system": "http://hl7.org/fhir/observation-status",
        "concept": [
          {
            "code": "registered"
          },
          {
            "code": "cancelled"
          },
          {
            "code": "unknown"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}