added Alerts section to template
This commit is contained in:
parent
a2406ebd0f
commit
08b8745c83
50
p/GPLCCR0.m
50
p/GPLCCR0.m
|
@ -216,6 +216,56 @@ LOAD(ARY) ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
|
|||
;;</Source>
|
||||
;;</SocialHistoryElement>
|
||||
;;</SocialHistory>
|
||||
;;<Alerts>
|
||||
;;<Alert>
|
||||
;;<CCRDataObjectID>@@ALERTOBJECTID@@</CCRDataObjectID>
|
||||
;;<Description>
|
||||
;;<Text>@@ALERTDESCRIPTIONTEXT@@</Text>
|
||||
;;<Code>
|
||||
;;<Value>@@ALERTCODEVALUE@@</Value>
|
||||
;;<CodingSystem>@@ALERTCODESYSTEM@@</CodingSystem>
|
||||
;;</Code>
|
||||
;;</Description>
|
||||
;;<Status>
|
||||
;;<Text>@@ALERTSTATUSTEXT@@</Text>
|
||||
;;</Status>
|
||||
;;<Source>
|
||||
;;<Actor>
|
||||
;;<ActorID>@@ALERTSOURCEID@@</ActorID>
|
||||
;;</Actor>
|
||||
;;</Source>
|
||||
;;<Agent>
|
||||
;;<Products>
|
||||
;;<Product>
|
||||
;;<CCRDataObjectID>@@ALERTAGENTPRODUCTOBJECTID@@</CCRDataObjectID>
|
||||
;;<Source>
|
||||
;;<Actor>
|
||||
;;<ActorID>@@ALERTAGENTPRODUCTSOURCEID@@</ActorID>
|
||||
;;</Actor>
|
||||
;;</Source>
|
||||
;;<Product>
|
||||
;;<ProductName>
|
||||
;;<Text>@@ALERTAGENTPRODUCTNAMETEXT@@</Text>
|
||||
;;<Code>
|
||||
;;<Value>@@ALERTAGENTPRODUCTCODEVALUE@@</Value>
|
||||
;;<CodingSystem>@@ALERTAGENTPRODUCTCODESYSTEM@@</CodingSystem>
|
||||
;;</Code>
|
||||
;;</ProductName>
|
||||
;;</Product>
|
||||
;;</Product>
|
||||
;;</Products>
|
||||
;;</Agent>
|
||||
;;<Reaction>
|
||||
;;<Description>
|
||||
;;<Text>@@ALERTREACTIOINDESCRIPTIONTEXT@@</Text>
|
||||
;;<Code>
|
||||
;;<Value>@@ALERTREACTIONCODEVALUE@@</Value>
|
||||
;;<CodingSystem>@@ALERTREACTIONCODESYSTEM@@</CodingSystem>
|
||||
;;</Code>
|
||||
;;</Description>
|
||||
;;</Reaction>
|
||||
;;</Alert>
|
||||
;;</Alerts>
|
||||
;;<Medications>
|
||||
;;<Medication>
|
||||
;;<CCRDataObjectID>@@MEDICATIONOBJECTID@@</CCRDataObjectID>
|
||||
|
|
Loading…
Reference in New Issue