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

FHIR IG Statistics: ValueSet/vs-observations

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeValueSet
Idvs-observations
FHIR VersionR5
Sourcehttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-observations.html
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations
Version0.1.1
Statusdraft
Date2024-05-14
NameObservations
TitleObservations
Realmuv
Authorityhl7
DescriptionObservations are measurements of a patient's state of health. They are typically made by a healthcare professional, but can also be self-reported by the patient.

Resources that use this resource

StructureDefinition
eligibility-criteriaEligibility Criteria

Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
sctSNOMED CT (all versions)

Narrative

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

Generated Narrative: ValueSet vs-observations

This value set includes codes based on the following rules:

  • Include codes fromhttp://snomed.info/sct where concept is-a 363787002 (Observable entity)
  • Include codes fromhttp://loinc.org where CLASSTYPE matches (by regex) Laboratory class|Clinical class and STATUS = ACTIVE

This value set excludes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "vs-observations",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "publishable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode": "structured"
    }
  ],
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations",
  "version": "0.1.1",
  "name": "Observations",
  "title": "Observations",
  "status": "draft",
  "date": "2024-05-14",
  "publisher": "Netzwerk Universitätsmedizin (NUM)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description": "Observations are measurements of a patient's state of health. They are typically made by a healthcare professional, but can also be self-reported by the patient.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "363787002"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "CLASSTYPE",
            "op": "regex",
            "value": "Laboratory class|Clinical class"
          },
          {
            "property": "STATUS",
            "op": "=",
            "value": "ACTIVE"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "78030-4",
            "display": "Episode of care Type"
          }
        ]
      }
    ]
  }
}