fixed medications PatientInstructions/Text to be valid against the schema
This commit is contained in:
parent
5e41636b69
commit
d4f8da97b2
72
p/C0CCCR0.m
72
p/C0CCCR0.m
|
@ -451,7 +451,9 @@ LOAD(ARY) ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
|
||||||
;;</Direction>
|
;;</Direction>
|
||||||
;;</Directions>
|
;;</Directions>
|
||||||
;;<PatientInstructions>
|
;;<PatientInstructions>
|
||||||
;;<Instruction>@@MEDPTINSTRUCTIONS@@</Instruction>
|
;;<Instruction>
|
||||||
|
;;<Text>@@MEDPTINSTRUCTIONS@@</Text>
|
||||||
|
;;</Instruction>
|
||||||
;;</PatientInstructions>
|
;;</PatientInstructions>
|
||||||
;;<FullfillmentInstructions>
|
;;<FullfillmentInstructions>
|
||||||
;;<Text>@@MEDFULLFILLMENTINSTRUCTIONS@@</Text>
|
;;<Text>@@MEDFULLFILLMENTINSTRUCTIONS@@</Text>
|
||||||
|
@ -578,74 +580,6 @@ LOAD(ARY) ; LOAD A CCR TEMPLATE INTO ARY PASSED BY NAME
|
||||||
;;</Test>
|
;;</Test>
|
||||||
;;</Result>
|
;;</Result>
|
||||||
;;</Results>
|
;;</Results>
|
||||||
;;<Procedures>
|
|
||||||
;;<Procedure>
|
|
||||||
;;<CCRDataObjectID>@@PROCOBJECTID@@</CCRDataObjectID>
|
|
||||||
;;<DateTime>
|
|
||||||
;;<Type>
|
|
||||||
;;<Text>@@PROCDATETEXT@@</Text>
|
|
||||||
;;</Type>
|
|
||||||
;;<ExactDateTime>@@PROCDATETIME@@</ExactDateTime>
|
|
||||||
;;</DateTime>
|
|
||||||
;;<Description>
|
|
||||||
;;<Text>@@PROCDESCTEXT@@</Text>
|
|
||||||
;;<ObjectAttribute>
|
|
||||||
;;<Attribute>@@PROCDESCOBJATTR@@</Attribute>
|
|
||||||
;;<AttributeValue>
|
|
||||||
;;<Value>@@PROCDESCOBJATTRVAL@@</Value>
|
|
||||||
;;<Code>
|
|
||||||
;;<Value>@@PROCDESCOBJATTRCODE@@</Value>
|
|
||||||
;;<CodingSystem>@@PROCDESCOBJATTRCODESYS@@</CodingSystem>
|
|
||||||
;;</Code>
|
|
||||||
;;</AttributeValue>
|
|
||||||
;;</ObjectAttribute>
|
|
||||||
;;<Code>
|
|
||||||
;;<Value>@@PROCCODE@@</Value>
|
|
||||||
;;<CodingSystem>@@PROCCODESYS@@</CodingSystem>
|
|
||||||
;;</Code>
|
|
||||||
;;</Description>
|
|
||||||
;;<Status>
|
|
||||||
;;<Text>@@PROCSTATUS@@</Text>
|
|
||||||
;;</Status>
|
|
||||||
;;<Source>
|
|
||||||
;;<Actor>
|
|
||||||
;;<ActorID>@@PROCACTOROBJID@@</ActorID>
|
|
||||||
;;</Actor>
|
|
||||||
;;</Source>
|
|
||||||
;;<InternalCCRLink>
|
|
||||||
;;<LinkID>@@PROCLINKID@@</LinkID>
|
|
||||||
;;<LinkRelationship>@@PROCLINKREL@@</LinkRelationship>
|
|
||||||
;;</InternalCCRLink>
|
|
||||||
;;</Procedure>
|
|
||||||
;;</Procedures>
|
|
||||||
;;<Encounters>
|
|
||||||
;;<Encounter>
|
|
||||||
;;<CCRDataObjectID>@@ENCOBJECTID@@</CCRDataObjectID>
|
|
||||||
;;<DateTime>
|
|
||||||
;;<ExactDateTime>@@ENCDATETIME@@</ExactDateTime>
|
|
||||||
;;</DateTime>
|
|
||||||
;;<Type>
|
|
||||||
;;<Text>@@ENCTYPE@@</Text>
|
|
||||||
;;<Code>
|
|
||||||
;;<Value>@@ENCCODE@@</Value>
|
|
||||||
;;<CodingSystem>@@ENCCODESYS@@</CodingSystem>
|
|
||||||
;;</Code>
|
|
||||||
;;</Type>
|
|
||||||
;;<Source>
|
|
||||||
;;<Actor>
|
|
||||||
;;<ActorID>@@ENCACTORID@@</ActorID>
|
|
||||||
;;</Actor>
|
|
||||||
;;</Source>
|
|
||||||
;;<Locations>
|
|
||||||
;;<Location>
|
|
||||||
;;<Actor>
|
|
||||||
;;<ActorID>@@ENCLOCACTORID@@</ActorID>
|
|
||||||
;;</Actor>
|
|
||||||
;;</Location>
|
|
||||||
;;</Locations>
|
|
||||||
;;<CommentID>@@ENCCOMMENTID@@</CommentID>
|
|
||||||
;;</Encounter>
|
|
||||||
;;</Encounters>
|
|
||||||
;;<HealthCareProviders>
|
;;<HealthCareProviders>
|
||||||
;;<Provider>
|
;;<Provider>
|
||||||
;;<ActorID>AA0005</ActorID>
|
;;<ActorID>AA0005</ActorID>
|
||||||
|
|
Loading…
Reference in New Issue