- HSPC Implementation Guide

This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions

href="assets/ico/favicon.png"/>

HSPC Associated Precondition Value Set Definition

{
  "resourceType" : "ValueSet",
  "id" : "associatedprecondition",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    }
  },
  "url" : "http://fhir.org/guides/hspc/ValueSet/associatedprecondition",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      
      <p>SNOMED CT code system values descending from: Anatomical Structure (91723000). 
            This indicates the anatomical site. In UMLS, SNOMED CT concepts with semantic types (SY) of: Acquired Abnormality 
            (TUI=T020), Anatomical Abnormality (TUI=T190), Anatomical Structure (TUI=T017), Body Location or Region (TUI=T029), 
            Body Part, Organ, or Organ Component (TUI=T023), Body Space or Junction(TUI=T030), and Body System(TUI=T022). 
            </p>
            
      
      <p>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.</p>
        
    
    </div>"
  },
  "version" : "0.01",
  "name" : "HSPC Associated Precondition Value Set Definition",
  "status" : "draft",
  "publisher" : "Health Services Platform Consortium (HSPC)",
  "date" : "2015-02-09",
  "description" : "SELECT SNOMED CT code system values representing associated preconditions.",
  "immutable" : true,
  "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",
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "307142001"
          }
        }
      }
    }
  }
}