Skip to content

Commit

Permalink
Merge pull request #904 from CDCgov/641-IG-Results-Flow
Browse files Browse the repository at this point in the history
IG Results
  • Loading branch information
saquino0827 authored Feb 22, 2024
2 parents 8e5217c + e31727e commit e184685
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions ig/input/fsh/logical-oru-01.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// defines the ORU-R01 (loosely) input that is expected for newborn screening

Logical: ORUR01
Id: oru-R01-logical-model
Title: "ORU-R01"
Description: "The expected input and output for ORU formatted data for the newborn screening ETOR workflow"
* MSH 1..1 MSHSegment "MSH segment"
* PID 1..1 PIDSegment "PID segment"
* NK1 0..* NK1Segment "NK1 segment"
* ORC 1..* ORCSegment "ORC segment"
* OBR 1..* OBRSegment "OBR segment"
* SPM 0..1 SPMSegment "SPM segment"
* OBX 1..* OBXSegment "OBX segment"


// Provenance Section begins
Instance: oru-R01-logical-model-history-create
InstanceOf: Provenance
Title: "Initial creation of ORU-R01 message changelog"
Usage: #definition
* target[+] = Reference(StructureDefinition/oru-R01-logical-model)
* recorded = "2024-02-21T17:36:36.0000Z"
* occurredDateTime = "2024-02-21"
* reason = http://terminology.hl7.org/CodeSystem/v3-ActReason#METAMGT
* reason.text = "Created an ORU resource"
* activity = http://terminology.hl7.org/CodeSystem/v3-DataOperation#CREATE
* agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#author
* agent[=].who.display = "S. Aquino"
3 changes: 2 additions & 1 deletion ig/input/pagecontent/etor-nbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The order contains demographic information on the baby and their next-of-kin, th

#### Results

This workflow is a work in progress. More details will emerge as the intermediary researches this area.
Results return flow from a public health lab to a healthcare organization (HCO), such as a hospital or birthing center.
The result contains the observation request results of newborn screening tests performed for the baby as well as demographic information on the baby and their next-of-kin.

#### Acknowledgements and Negative Acknowledgements

Expand Down

0 comments on commit e184685

Please sign in to comment.