From 8c8eb3e8693e8eb3c9b204063984d0a0a7f75797 Mon Sep 17 00:00:00 2001 From: tjohnson7021 <86614374+tjohnson7021@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:09:59 -0400 Subject: [PATCH] Update IG page for SPM segment - update initially supported fields --- ig/input/fsh/nbs-spm-segment.fsh | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/ig/input/fsh/nbs-spm-segment.fsh b/ig/input/fsh/nbs-spm-segment.fsh index 93fe1caaf..9ed68f82a 100644 --- a/ig/input/fsh/nbs-spm-segment.fsh +++ b/ig/input/fsh/nbs-spm-segment.fsh @@ -2,17 +2,14 @@ Logical: SPMSegment Id: segment-spm-logical-model Title: "SPM Segment" Description: "The SPM Segment" + * setSPMId 1..1 string "SPM-1 Set ID - SPM" -* assignedIdentifier 1..1 string "SPM-2.1 Placer Assigned Identifier" -* entityIdentifier 1..1 string "SPM-2.1.1 Entity Identifier" * specimenType 1..1 string "SPM-4 Specimen Type" -* identifier 1..1 string "SPM-4.1 Identifier" -* codingSystem 1..1 string "SPM-4.3 Name of Coding System" -* specimenCollectionDateTime 1..1 string "SPM-17 Specimen Collection Date Time" -* rangeStartDateTime 1..1 string "SPM-17.1: Range Start Date Time" +* specimenTypeIdentifier 1..1 string "SPM-4.1 Identifier" +* specimenTypeCodingSystem 1..1 code "SPM-4.3 Name of Coding System" +* specimenRangeStartDateTime 1..1 dateTime "SPM-17.1 Specimen Range Start Date Time" // other optional fields - // Provenance Section begins Instance: segment-spm-logical-model-history-create InstanceOf: Provenance @@ -26,3 +23,17 @@ Usage: #definition * activity = http://terminology.hl7.org/CodeSystem/v3-DataOperation#CREATE * agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#author * agent[=].who.display = "T. R. Johnson" + + +Instance: segment-spm-logical-model-history-update +InstanceOf: Provenance +Title: "Update of converted SPM segment fields and data type correction" +Usage: #definition +* target[+] = Reference(StructureDefinition/segment-spm-logical-model) +* recorded = "2023-10-09T17:41:23.0000Z" +* occurredDateTime = "2023-10-09" +* reason = http://terminology.hl7.org/CodeSystem/v3-ActReason#METAMGT +* reason.text = "Changed the sub-segments to the ones the system will initially support." +* activity = http://terminology.hl7.org/CodeSystem/v3-DataOperation#UPDATE +* agent[+].type = http://terminology.hl7.org/CodeSystem/provenance-participant-type#author +* agent[=].who.display = "T. Johnson" \ No newline at end of file