Skip to content

Commit

Permalink
FHIR-46500 - Reinstate revised ResultsSpecimenCollectionMethodUvIps v…
Browse files Browse the repository at this point in the history
…alue set.
  • Loading branch information
rhausam committed Jul 31, 2024
1 parent 8d3fc67 commit 0076e56
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 14 deletions.
2 changes: 1 addition & 1 deletion input/fsh/profiles/SpecimenUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Description: "This profile constrains the Specimen resource to represent the cha
* subject only Reference(PatientUvIps)
* subject.reference 1..
* collection.method only CodeableConceptIPS
* collection.method from FHIRSpecimenCollectionMethod (preferred)
* collection.method from ResultsSpecimenCollectionMethodUvIps (preferred)
* collection.bodySite only CodeableConceptIPS
* collection.bodySite from BodySiteUvIps (preferred)
* collection.fastingStatus[x] only CodeableConceptIPS or Duration
39 changes: 26 additions & 13 deletions input/fsh/valuesets/ResultsSpecimenCollectionMethodUvIps.fsh
Original file line number Diff line number Diff line change
@@ -1,25 +1,38 @@
ValueSet: ResultsSpecimenCollectionMethodUvIps
Id: results-specimen-collection-method-uv-ips
Title: "Results Specimen Collection Method - IPS"
Description: "IPS Specimen Collection Method"
Description: """
IPS Specimen collection method codes value set. This value set includes codes from SNOMED CT®: all descendants or self of 129316008 \|Aspiration - action (qualifier value)\|; all descendants or self of 129314006 \|Biopsy - action (qualifier value)\|; all descendants or self of 129300006 \|Puncture - action (qualifier value)\|; all descendants or self of 129304002 \|Excision - action (qualifier value)\|; all descendants or self of 129323009 \|Scraping - action (qualifier value)\|; all descendants or self of 73416001 \|Urine specimen collection, clean catch (procedure)\|; all descendants or self of 225113003 \|Timed urine collection (procedure)\|; all descendants or self of 70777001 \|Urine specimen collection, catheterized (procedure)\|; all descendants or self of 386089008 \|Collection of coughed sputum (procedure)\|; all descendants or self of 278450005 \|Finger-prick sampling (procedure)\|

SNOMED CT® ECL definition:\
\<\< 129316008 \|Aspiration - action (qualifier value)\| OR \<\< 129314006 \|Biopsy - action (qualifier value)\| OR \<\< 129300006 \|Puncture - action (qualifier value)\| OR \<\< 129304002 \|Excision - action (qualifier value)\| OR \<\< 129323009 \|Scraping - action (qualifier value)\| OR \<\< 73416001 \|Urine specimen collection, clean catch (procedure)\| OR \<\< 225113003 \|Timed urine collection (procedure)\| OR \<\< 70777001 \|Urine specimen collection, catheterized (procedure)\| OR \<\< 386089008 \|Collection of coughed sputum (procedure)\| OR \<\< 278450005 \|Finger-prick sampling (procedure)\|
"""
* ^meta.profile = "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
* ^version = "1.1.0"
* ^status = #active
* ^experimental = false
* ^date = "2024-06-19T10:50:07-05:00"
* ^publisher = "HL7 International / Patient Care"
* ^contact.telecom.system = #url
* ^contact.telecom.value = "http://www.hl7.org/Special/committees/patientcare"
* ^jurisdiction = $m49.htm#001
* ^immutable = false
* ^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"
* SNOMED_CT#129316008 "Aspiration - action"
* SNOMED_CT#129314006 "Biopsy - action"
* SNOMED_CT#129300006 "Puncture - action"
* SNOMED_CT#129304002 "Excision - action"
* SNOMED_CT#129323009 "Scraping - action"
* SNOMED_CT#73416001 "Urine specimen collection, clean catch"
* SNOMED_CT#225113003 "Timed urine collection"
* SNOMED_CT#70777001 "Urine specimen collection, catheterized"
* SNOMED_CT#386089008 "Collection of coughed sputum"
* SNOMED_CT#278450005 "Finger-prick sampling"
* include codes from system http://snomed.info/sct
where concept is-a #129316008 "Aspiration - action (qualifier value)"
* include codes from system http://snomed.info/sct
where concept is-a #129314006 "Biopsy - action (qualifier value)"
* include codes from system http://snomed.info/sct
where concept is-a #129300006 "Puncture - action (qualifier value)"
* include codes from system http://snomed.info/sct
where concept is-a #129304002 "Excision - action (qualifier value)"
* include codes from system http://snomed.info/sct
where concept is-a #129323009 "Scraping - action (qualifier value)"
* include codes from system http://snomed.info/sct
where concept is-a #73416001 "Urine specimen collection, clean catch (procedure)"
* include codes from system http://snomed.info/sct
where concept is-a #225113003 "Timed urine collection (procedure)"
* include codes from system http://snomed.info/sct
where concept is-a #70777001 "Urine specimen collection, catheterized (procedure)"
* include codes from system http://snomed.info/sct
where concept is-a #386089008 "Collection of coughed sputum (procedure)"
* include codes from system http://snomed.info/sct
where concept is-a #278450005 "Finger-prick sampling (procedure)"
12 changes: 12 additions & 0 deletions input/pagecontent/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### STU 2.0 Update

This change list provides an overview and detail of changes in STU 2.0. The major categories of revision include:

Detailed change list for 2.0.0 since 1.1.0 includes:

- **Compatible, Substantive Changes**

- Reinstate revised ResultsSpecimenCollectionMethodUvIps value set (https://jira.hl7.org/browse/FHIR-46500)

- **Non-substantive Changes**

### STU 1.1.0 Update

This change list provides an overview and detail of changes in STU 1.1. This publication is an unballoted STU 1.1 update which incorporates implementation feedback, terminology updates and publication cleanup. The major categories of revision include:
Expand Down

0 comments on commit 0076e56

Please sign in to comment.