FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.it.terminology
Resource TypeValueSet
IdValueSet-valueset-observation-value-presence-absence.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-it/terminology/ValueSet-valueset-observation-value-presence-absence.html
URLhttps://www.hl7.it/fhir/terminology/ValueSet/valueset-observation-value-presence-absence
Version0.1.2
Statusactive
Date2025-11-12T13:44:06+00:00
NameVsObservationPresenzaAssenza
TitleRisultato osservazione codificato presenza/assenza
Realmit
Authorityhl7
DescriptionValueset contenente i codici SNOMED di presenza/assenza per la risorsa Observation - Lab Report per la descrizione del risultato della rilevazione.
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement

Resources that use this resource

ValueSet
valueset-valuecodeableconcept-obs-itRisultato osservazione codificato

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet valueset-observation-value-presence-absence

This value set includes codes based on the following rules:

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept descends from 272519000 (Absence findings)
  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept descends from 260411009 (Presence findings)

Source1

{
  "resourceType": "ValueSet",
  "id": "valueset-observation-value-presence-absence",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.hl7.it/fhir/terminology/ValueSet/valueset-observation-value-presence-absence",
  "version": "0.1.2",
  "name": "VsObservationPresenzaAssenza",
  "title": "Risultato osservazione codificato presenza/assenza",
  "status": "active",
  "experimental": false,
  "date": "2025-11-12T13:44:06+00: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 SNOMED di presenza/assenza per la risorsa Observation - Lab Report per la descrizione del risultato della rilevazione.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT",
          "display": "Italy"
        }
      ]
    }
  ],
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "272519000"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "260411009"
          }
        ]
      }
    ]
  }
}